Html Css Color HEX #B09B62 Barley Corn

📋 copy color: '#B09B62'

red 176 ◦ green 155 ◦ blue 98

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

Shades of Barley Corn #B09B62

Tints of Barley Corn #B09B62

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 41.03%
G = 36.13%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B09B62 (or 0xB09B62) is known color: Barley Corn. HEX triplet: B0, 9B and 62. RGB value is (176,155,98). Sum of RGB (Red+Green+Blue) = 176+155+98=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B62 is #4F649D. Grayscale: #9B9B9B. Windows color (decimal): -5203102 or 6462384. OLE color: 6462384.

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

Color convert

RGB 176 155 98 -
CMYK 0 0.12 0.44 0.31
HSL 43.85º 0.33% 0.54% -
HSV(B) 43.85º 0.44% 0.69% -
XYZ 31.83 33.55 16.35 -
YUV 154.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 176 155 98 0 0.12 0.44 0.31 43.85 0.33 0.54
Hex B0 9B 62 0 C 2C 1F 2C 21 36
Octal 260 233 142 0 14 54 37 54 41 66
Binary 10110000 10011011 1100010 0 1100 101100 11111 101100 100001 110110

Color Harmonies of #B09B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B62

Black with #B09B62

Text Example


Text Example

White with #B09B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B62; }

 p { color: rgb(176,155,98); }

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

background-color css

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

 a { background-color: rgb(176,155,98); }

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

border-color css

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

 span { border-color: rgb(176,155,98); }

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