Html Css Color HEX #B99560 Barley Corn

📋 copy color: '#B99560'

red 185 ◦ green 149 ◦ blue 96

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

Shades of Barley Corn #B99560

Tints of Barley Corn #B99560

RGB

 RED value IS 185 (72.66% from 255) = 43.02%

 GREEN value IS 149 (58.59% from 255) = 34.65%

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

R = 43.02%
G = 34.65%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B99560 (or 0xB99560) is known color: Barley Corn. HEX triplet: B9, 95 and 60. RGB value is (185,149,96). Sum of RGB (Red+Green+Blue) = 185+149+96=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B99560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99560 is #466A9F. Grayscale: #999999. Windows color (decimal): -4614816 or 6329785. OLE color: 6329785.

HSL color Cylindrical-coordinate representation of color #B99560: hue angle of 35.73º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B99560 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 96 -
CMYK 0 0.19 0.48 0.27
HSL 35.73º 0.39% 0.55% -
HSV(B) 35.73º 0.48% 0.73% -
XYZ 32.87 32.65 15.64 -
YUV 153.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 185 149 96 0 0.19 0.48 0.27 35.73 0.39 0.55
Hex B9 95 60 0 13 30 1B 24 27 37
Octal 271 225 140 0 23 60 33 44 47 67
Binary 10111001 10010101 1100000 0 10011 110000 11011 100100 100111 110111

Color Harmonies of #B99560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99560

Black with #B99560

Text Example


Text Example

White with #B99560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99560; }

 p { color: rgb(185,149,96); }

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

background-color css

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

 a { background-color: rgb(185,149,96); }

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

border-color css

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

 span { border-color: rgb(185,149,96); }

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