Html Css Color HEX #B09256 Barley Corn

📋 copy color: '#B09256'

red 176 ◦ green 146 ◦ blue 86

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

Shades of Barley Corn #B09256

Tints of Barley Corn #B09256

RGB

 RED value IS 176 (69.14% from 255) = 43.14%

 GREEN value IS 146 (57.42% from 255) = 35.78%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 43.14%
G = 35.78%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B09256 (or 0xB09256) is known color: Barley Corn. HEX triplet: B0, 92 and 56. RGB value is (176,146,86). Sum of RGB (Red+Green+Blue) = 176+146+86=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B09256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09256 is #4F6DA9. Grayscale: #949494. Windows color (decimal): -5205418 or 5673648. OLE color: 5673648.

HSL color Cylindrical-coordinate representation of color #B09256: hue angle of 40º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B09256 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 146 86 -
CMYK 0 0.17 0.51 0.31
HSL 40º 0.36% 0.51% -
HSV(B) 40º 0.51% 0.69% -
XYZ 29.86 30.46 13.11 -
YUV 148.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 176 146 86 0 0.17 0.51 0.31 40 0.36 0.51
Hex B0 92 56 0 11 33 1F 28 24 33
Octal 260 222 126 0 21 63 37 50 44 63
Binary 10110000 10010010 1010110 0 10001 110011 11111 101000 100100 110011

Color Harmonies of #B09256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09256

Black with #B09256

Text Example


Text Example

White with #B09256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09256; }

 p { color: rgb(176,146,86); }

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

background-color css

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

 a { background-color: rgb(176,146,86); }

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

border-color css

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

 span { border-color: rgb(176,146,86); }

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