Html Css Color HEX #B09861 Barley Corn

📋 copy color: '#B09861'

red 176 ◦ green 152 ◦ blue 97

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

Shades of Barley Corn #B09861

Tints of Barley Corn #B09861

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.76%

 BLUE value IS 97 (38.28% from 255) = 22.82%

R = 41.41%
G = 35.76%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B09861 (or 0xB09861) is known color: Barley Corn. HEX triplet: B0, 98 and 61. RGB value is (176,152,97). Sum of RGB (Red+Green+Blue) = 176+152+97=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B09861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09861 is #4F679E. Grayscale: #999999. Windows color (decimal): -5203871 or 6396080. OLE color: 6396080.

HSL color Cylindrical-coordinate representation of color #B09861: hue angle of 41.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B09861 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 97 -
CMYK 0 0.14 0.45 0.31
HSL 41.77º 0.33% 0.54% -
HSV(B) 41.77º 0.45% 0.69% -
XYZ 31.29 32.55 15.94 -
YUV 152.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 176 152 97 0 0.14 0.45 0.31 41.77 0.33 0.54
Hex B0 98 61 0 E 2D 1F 2A 21 36
Octal 260 230 141 0 16 55 37 52 41 66
Binary 10110000 10011000 1100001 0 1110 101101 11111 101010 100001 110110

Color Harmonies of #B09861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09861

Black with #B09861

Text Example


Text Example

White with #B09861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09861; }

 p { color: rgb(176,152,97); }

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

background-color css

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

 a { background-color: rgb(176,152,97); }

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

border-color css

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

 span { border-color: rgb(176,152,97); }

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