Html Css Color HEX #B09456 Barley Corn

📋 copy color: '#B09456'

red 176 ◦ green 148 ◦ blue 86

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

Shades of Barley Corn #B09456

Tints of Barley Corn #B09456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

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

R = 42.93%
G = 36.1%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B09456 (or 0xB09456) is known color: Barley Corn. HEX triplet: B0, 94 and 56. RGB value is (176,148,86). Sum of RGB (Red+Green+Blue) = 176+148+86=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B09456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09456 is #4F6BA9. Grayscale: #959595. Windows color (decimal): -5204906 or 5674160. OLE color: 5674160.

HSL color Cylindrical-coordinate representation of color #B09456: hue angle of 41.33º 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 #B09456 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 148 86 -
CMYK 0 0.16 0.51 0.31
HSL 41.33º 0.36% 0.51% -
HSV(B) 41.33º 0.51% 0.69% -
XYZ 30.17 31.08 13.21 -
YUV 149.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 176 148 86 0 0.16 0.51 0.31 41.33 0.36 0.51
Hex B0 94 56 0 10 33 1F 29 24 33
Octal 260 224 126 0 20 63 37 51 44 63
Binary 10110000 10010100 1010110 0 10000 110011 11111 101001 100100 110011

Color Harmonies of #B09456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09456

Black with #B09456

Text Example


Text Example

White with #B09456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09456; }

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

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

background-color css

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

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

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

border-color css

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

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

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