Html Css Color HEX #BD9E5A Barley Corn

📋 copy color: '#BD9E5A'

red 189 ◦ green 158 ◦ blue 90

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

Shades of Barley Corn #BD9E5A

Tints of Barley Corn #BD9E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.59%

R = 43.25%
G = 36.16%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD9E5A (or 0xBD9E5A) is known color: Barley Corn. HEX triplet: BD, 9E and 5A. RGB value is (189,158,90). Sum of RGB (Red+Green+Blue) = 189+158+90=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E5A is #4261A5. Grayscale: #9F9F9F. Windows color (decimal): -4350374 or 5938877. OLE color: 5938877.

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

Color convert

RGB 189 158 90 -
CMYK 0 0.16 0.52 0.26
HSL 41.21º 0.43% 0.55% -
HSV(B) 41.21º 0.52% 0.74% -
XYZ 35.06 36.01 14.78 -
YUV 159.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 189 158 90 0 0.16 0.52 0.26 41.21 0.43 0.55
Hex BD 9E 5A 0 10 34 1A 29 2B 37
Octal 275 236 132 0 20 64 32 51 53 67
Binary 10111101 10011110 1011010 0 10000 110100 11010 101001 101011 110111

Color Harmonies of #BD9E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E5A

Black with #BD9E5A

Text Example


Text Example

White with #BD9E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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