Html Css Color HEX #B09967 Barley Corn

📋 copy color: '#B09967'

red 176 ◦ green 153 ◦ blue 103

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

Shades of Barley Corn #B09967

Tints of Barley Corn #B09967

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.42%

 BLUE value IS 103 (40.63% from 255) = 23.84%

R = 40.74%
G = 35.42%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B09967 (or 0xB09967) is known color: Barley Corn. HEX triplet: B0, 99 and 67. RGB value is (176,153,103). Sum of RGB (Red+Green+Blue) = 176+153+103=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B09967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09967 is #4F6698. Grayscale: #9A9A9A. Windows color (decimal): -5203609 or 6789552. OLE color: 6789552.

HSL color Cylindrical-coordinate representation of color #B09967: hue angle of 41.1º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B09967 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 103 -
CMYK 0 0.13 0.41 0.31
HSL 41.1º 0.32% 0.55% -
HSV(B) 41.1º 0.41% 0.69% -
XYZ 31.74 32.99 17.53 -
YUV 154.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 176 153 103 0 0.13 0.41 0.31 41.1 0.32 0.55
Hex B0 99 67 0 D 29 1F 29 20 37
Octal 260 231 147 0 15 51 37 51 40 67
Binary 10110000 10011001 1100111 0 1101 101001 11111 101001 100000 110111

Color Harmonies of #B09967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09967

Black with #B09967

Text Example


Text Example

White with #B09967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09967; }

 p { color: rgb(176,153,103); }

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

background-color css

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

 a { background-color: rgb(176,153,103); }

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

border-color css

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

 span { border-color: rgb(176,153,103); }

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