Html Css Color HEX #B09A60 Barley Corn

📋 copy color: '#B09A60'

red 176 ◦ green 154 ◦ blue 96

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

Shades of Barley Corn #B09A60

Tints of Barley Corn #B09A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.15%

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 41.31%
G = 36.15%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B09A60 (or 0xB09A60) is known color: Barley Corn. HEX triplet: B0, 9A and 60. RGB value is (176,154,96). Sum of RGB (Red+Green+Blue) = 176+154+96=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A60 is #4F659F. Grayscale: #9A9A9A. Windows color (decimal): -5203360 or 6331056. OLE color: 6331056.

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

Color convert

RGB 176 154 96 -
CMYK 0 0.12 0.45 0.31
HSL 43.5º 0.34% 0.53% -
HSV(B) 43.5º 0.45% 0.69% -
XYZ 31.57 33.19 15.81 -
YUV 153.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 176 154 96 0 0.12 0.45 0.31 43.5 0.34 0.53
Hex B0 9A 60 0 C 2D 1F 2C 22 35
Octal 260 232 140 0 14 55 37 54 42 65
Binary 10110000 10011010 1100000 0 1100 101101 11111 101100 100010 110101

Color Harmonies of #B09A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A60

Black with #B09A60

Text Example


Text Example

White with #B09A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A60; }

 p { color: rgb(176,154,96); }

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

background-color css

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

 a { background-color: rgb(176,154,96); }

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

border-color css

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

 span { border-color: rgb(176,154,96); }

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