Html Css Color HEX #BD9D55 Barley Corn

📋 copy color: '#BD9D55'

red 189 ◦ green 157 ◦ blue 85

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

Shades of Barley Corn #BD9D55

Tints of Barley Corn #BD9D55

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.43%

 BLUE value IS 85 (33.59% from 255) = 19.72%

R = 43.85%
G = 36.43%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD9D55 (or 0xBD9D55) is known color: Barley Corn. HEX triplet: BD, 9D and 55. RGB value is (189,157,85). Sum of RGB (Red+Green+Blue) = 189+157+85=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D55 is #4262AA. Grayscale: #9E9E9E. Windows color (decimal): -4350635 or 5610941. OLE color: 5610941.

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

Color convert

RGB 189 157 85 -
CMYK 0 0.17 0.55 0.26
HSL 41.54º 0.44% 0.54% -
HSV(B) 41.54º 0.55% 0.74% -
XYZ 34.68 35.59 13.64 -
YUV 158.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 189 157 85 0 0.17 0.55 0.26 41.54 0.44 0.54
Hex BD 9D 55 0 11 37 1A 2A 2C 36
Octal 275 235 125 0 21 67 32 52 54 66
Binary 10111101 10011101 1010101 0 10001 110111 11010 101010 101100 110110

Color Harmonies of #BD9D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9D55

Black with #BD9D55

Text Example


Text Example

White with #BD9D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9D55; }

 p { color: rgb(189,157,85); }

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

background-color css

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

 a { background-color: rgb(189,157,85); }

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

border-color css

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

 span { border-color: rgb(189,157,85); }

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