Html Css Color HEX #BD9B54 Barley Corn

📋 copy color: '#BD9B54'

red 189 ◦ green 155 ◦ blue 84

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

Shades of Barley Corn #BD9B54

Tints of Barley Corn #BD9B54

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.21%

 BLUE value IS 84 (33.2% from 255) = 19.63%

R = 44.16%
G = 36.21%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD9B54 (or 0xBD9B54) is known color: Barley Corn. HEX triplet: BD, 9B and 54. RGB value is (189,155,84). Sum of RGB (Red+Green+Blue) = 189+155+84=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B54 is #4264AB. Grayscale: #9D9D9D. Windows color (decimal): -4351148 or 5544893. OLE color: 5544893.

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

Color convert

RGB 189 155 84 -
CMYK 0 0.18 0.56 0.26
HSL 40.57º 0.44% 0.54% -
HSV(B) 40.57º 0.56% 0.74% -
XYZ 34.31 34.9 13.32 -
YUV 157.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 189 155 84 0 0.18 0.56 0.26 40.57 0.44 0.54
Hex BD 9B 54 0 12 38 1A 29 2C 36
Octal 275 233 124 0 22 70 32 51 54 66
Binary 10111101 10011011 1010100 0 10010 111000 11010 101001 101100 110110

Color Harmonies of #BD9B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9B54

Black with #BD9B54

Text Example


Text Example

White with #BD9B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9B54; }

 p { color: rgb(189,155,84); }

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

background-color css

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

 a { background-color: rgb(189,155,84); }

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

border-color css

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

 span { border-color: rgb(189,155,84); }

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