Html Css Color HEX #B09067 Barley Corn

📋 copy color: '#B09067'

red 176 ◦ green 144 ◦ blue 103

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

Shades of Barley Corn #B09067

Tints of Barley Corn #B09067

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.04%

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

R = 41.61%
G = 34.04%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B09067 (or 0xB09067) is known color: Barley Corn. HEX triplet: B0, 90 and 67. RGB value is (176,144,103). Sum of RGB (Red+Green+Blue) = 176+144+103=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B09067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09067 is #4F6F98. Grayscale: #959595. Windows color (decimal): -5205913 or 6787248. OLE color: 6787248.

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

Color convert

RGB 176 144 103 -
CMYK 0 0.18 0.41 0.31
HSL 33.7º 0.32% 0.55% -
HSV(B) 33.7º 0.41% 0.69% -
XYZ 30.33 30.16 17.05 -
YUV 148.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 176 144 103 0 0.18 0.41 0.31 33.7 0.32 0.55
Hex B0 90 67 0 12 29 1F 22 20 37
Octal 260 220 147 0 22 51 37 42 40 67
Binary 10110000 10010000 1100111 0 10010 101001 11111 100010 100000 110111

Color Harmonies of #B09067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09067

Black with #B09067

Text Example


Text Example

White with #B09067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09067; }

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

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

background-color css

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

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

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

border-color css

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

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

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