Html Css Color HEX #BD9A5C Barley Corn

📋 copy color: '#BD9A5C'

red 189 ◦ green 154 ◦ blue 92

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

Shades of Barley Corn #BD9A5C

Tints of Barley Corn #BD9A5C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.4%

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 43.45%
G = 35.4%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD9A5C (or 0xBD9A5C) is known color: Barley Corn. HEX triplet: BD, 9A and 5C. RGB value is (189,154,92). Sum of RGB (Red+Green+Blue) = 189+154+92=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A5C is #4265A3. Grayscale: #9D9D9D. Windows color (decimal): -4351396 or 6068925. OLE color: 6068925.

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

Color convert

RGB 189 154 92 -
CMYK 0 0.19 0.51 0.26
HSL 38.35º 0.42% 0.55% -
HSV(B) 38.35º 0.51% 0.74% -
XYZ 34.47 34.7 15.01 -
YUV 157.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 189 154 92 0 0.19 0.51 0.26 38.35 0.42 0.55
Hex BD 9A 5C 0 13 33 1A 26 2A 37
Octal 275 232 134 0 23 63 32 46 52 67
Binary 10111101 10011010 1011100 0 10011 110011 11010 100110 101010 110111

Color Harmonies of #BD9A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A5C

Black with #BD9A5C

Text Example


Text Example

White with #BD9A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A5C; }

 p { color: rgb(189,154,92); }

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

background-color css

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

 a { background-color: rgb(189,154,92); }

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

border-color css

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

 span { border-color: rgb(189,154,92); }

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