Html Css Color HEX #B09667 Barley Corn

📋 copy color: '#B09667'

red 176 ◦ green 150 ◦ blue 103

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

Shades of Barley Corn #B09667

Tints of Barley Corn #B09667

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.97%

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

R = 41.03%
G = 34.97%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B09667 (or 0xB09667) is known color: Barley Corn. HEX triplet: B0, 96 and 67. RGB value is (176,150,103). Sum of RGB (Red+Green+Blue) = 176+150+103=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B09667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09667 is #4F6998. Grayscale: #989898. Windows color (decimal): -5204377 or 6788784. OLE color: 6788784.

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

Color convert

RGB 176 150 103 -
CMYK 0 0.15 0.41 0.31
HSL 38.63º 0.32% 0.55% -
HSV(B) 38.63º 0.41% 0.69% -
XYZ 31.26 32.02 17.37 -
YUV 152.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 176 150 103 0 0.15 0.41 0.31 38.63 0.32 0.55
Hex B0 96 67 0 F 29 1F 27 20 37
Octal 260 226 147 0 17 51 37 47 40 67
Binary 10110000 10010110 1100111 0 1111 101001 11111 100111 100000 110111

Color Harmonies of #B09667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09667

Black with #B09667

Text Example


Text Example

White with #B09667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09667; }

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

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

background-color css

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

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

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

border-color css

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

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

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