Html Css Color HEX #BD9E58 Barley Corn

📋 copy color: '#BD9E58'

red 189 ◦ green 158 ◦ blue 88

#BD9E58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #BD9E58

Tints of Barley Corn #BD9E58

RGB

 RED value IS 189 (74.22% from 255) = 43.45%

 GREEN value IS 158 (62.11% from 255) = 36.32%

 BLUE value IS 88 (34.77% from 255) = 20.23%

R = 43.45%
G = 36.32%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD9E58 (or 0xBD9E58) is known color: Barley Corn. HEX triplet: BD, 9E and 58. RGB value is (189,158,88). Sum of RGB (Red+Green+Blue) = 189+158+88=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E58 is #4261A7. Grayscale: #9F9F9F. Windows color (decimal): -4350376 or 5807805. OLE color: 5807805.

HSL color Cylindrical-coordinate representation of color #BD9E58: hue angle of 41.58º 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 #BD9E58 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 158 88 -
CMYK 0 0.16 0.53 0.26
HSL 41.58º 0.43% 0.54% -
HSV(B) 41.58º 0.53% 0.74% -
XYZ 34.97 35.98 14.33 -
YUV 159.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 189 158 88 0 0.16 0.53 0.26 41.58 0.43 0.54
Hex BD 9E 58 0 10 35 1A 2A 2B 36
Octal 275 236 130 0 20 65 32 52 53 66
Binary 10111101 10011110 1011000 0 10000 110101 11010 101010 101011 110110

Color Harmonies of #BD9E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E58

Black with #BD9E58

Text Example


Text Example

White with #BD9E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E58; }

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

 H1.HeaderClassName
 {
   color: #BD9E58;
 }
 .AnyTagClassName
 {
   color: #BD9E58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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