Html Css Color HEX #B09168 Barley Corn

📋 copy color: '#B09168'

red 176 ◦ green 145 ◦ blue 104

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

Shades of Barley Corn #B09168

Tints of Barley Corn #B09168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.12%

 BLUE value IS 104 (41.02% from 255) = 24.47%

R = 41.41%
G = 34.12%
B = 24.47%

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

#B09168 (or 0xB09168) is known color: Barley Corn. HEX triplet: B0, 91 and 68. RGB value is (176,145,104). Sum of RGB (Red+Green+Blue) = 176+145+104=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B09168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09168 is #4F6E97. Grayscale: #959595. Windows color (decimal): -5205656 or 6853040. OLE color: 6853040.

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

Color convert

RGB 176 145 104 -
CMYK 0 0.18 0.41 0.31
HSL 34.17º 0.31% 0.55% -
HSV(B) 34.17º 0.41% 0.69% -
XYZ 30.53 30.48 17.37 -
YUV 149.6 102.27 146.83 -
System Red Green Blue C M Y K H S L
Decimal 176 145 104 0 0.18 0.41 0.31 34.17 0.31 0.55
Hex B0 91 68 0 12 29 1F 22 1F 37
Octal 260 221 150 0 22 51 37 42 37 67
Binary 10110000 10010001 1101000 0 10010 101001 11111 100010 11111 110111

Color Harmonies of #B09168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09168

Black with #B09168

Text Example


Text Example

White with #B09168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09168; }

 p { color: rgb(176,145,104); }

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

background-color css

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

 a { background-color: rgb(176,145,104); }

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

border-color css

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

 span { border-color: rgb(176,145,104); }

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