Html Css Color HEX #B09460 Barley Corn

📋 copy color: '#B09460'

red 176 ◦ green 148 ◦ blue 96

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

Shades of Barley Corn #B09460

Tints of Barley Corn #B09460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.24%

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

R = 41.9%
G = 35.24%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B09460 (or 0xB09460) is known color: Barley Corn. HEX triplet: B0, 94 and 60. RGB value is (176,148,96). Sum of RGB (Red+Green+Blue) = 176+148+96=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B09460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09460 is #4F6B9F. Grayscale: #969696. Windows color (decimal): -5204896 or 6329520. OLE color: 6329520.

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

Color convert

RGB 176 148 96 -
CMYK 0 0.16 0.45 0.31
HSL 39º 0.34% 0.53% -
HSV(B) 39º 0.45% 0.69% -
XYZ 30.61 31.25 15.49 -
YUV 150.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 176 148 96 0 0.16 0.45 0.31 39 0.34 0.53
Hex B0 94 60 0 10 2D 1F 27 22 35
Octal 260 224 140 0 20 55 37 47 42 65
Binary 10110000 10010100 1100000 0 10000 101101 11111 100111 100010 110101

Color Harmonies of #B09460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09460

Black with #B09460

Text Example


Text Example

White with #B09460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09460; }

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

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

background-color css

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

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

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

border-color css

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

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

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