#BD9858

Color #BD9858 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #BD9858

Tints of Barley Corn #BD9858

Color information

#BD9858 (or 0xBD9858) is unknown color: approx Barley Corn. HEX triplet: BD, 98 and 58. RGB value is (189,152,88). Sum of RGB (Red+Green+Blue) = 189+152+88=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9858 is #4267A7. Grayscale: #9C9C9C. Windows color (decimal): -4351912 or 5806269. OLE color: 5806269.

HSL color Cylindrical-coordinate representation of color #BD9858: hue angle of 38.02º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD9858 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18915288-
CMYK00.200.530.26
HSL38.02º43.35%54.31%-
HSV(B)38.02º53.44%74.12%-
XYZ33.9833.9814-
YUV155.7789.76151.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 88 (34.77% from 255) = 20.51%
R=44.06%
G=35.43%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891528800.200.530.2638.0243.3554.31
HexBD9858014351A262b36
Octal2752301300246532465366
Binary1011110110011000101100001010011010111010100110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9858; }

 p { color: rgb(189,152,88); }

 H1.HeaderClassName
 {
   color: #BD9858;
 }
 .AnyTagClassName
 {
   color: #BD9858;
 }
</style>
background-color css

<style>
 a { background-color: #BD9858; }

 a { background-color: rgb(189,152,88); }

 div.DivClassName
 {
   background-color: #BD9858;
 }
 .BgClassName
 {
   background-color: #BD9858;
 }
</style>
border-color css

<style>
 span { border-color: #BD9858; }

 span { border-color: rgb(189,152,88); }

 td.TdClassName
 {
   border-color: #BD9858;
 }
 .TagClassName
 {
   border-color: #BD9858;
 }
</style>