Html Css Color HEX #B99C58 Barley Corn

📋 copy color: '#B99C58'

red 185 ◦ green 156 ◦ blue 88

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

Shades of Barley Corn #B99C58

Tints of Barley Corn #B99C58

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 43.12%
G = 36.36%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B99C58 (or 0xB99C58) is known color: Barley Corn. HEX triplet: B9, 9C and 58. RGB value is (185,156,88). Sum of RGB (Red+Green+Blue) = 185+156+88=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C58 is #4663A7. Grayscale: #9D9D9D. Windows color (decimal): -4613032 or 5807289. OLE color: 5807289.

HSL color Cylindrical-coordinate representation of color #B99C58: hue angle of 42.06º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B99C58 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 156 88 -
CMYK 0 0.16 0.52 0.27
HSL 42.06º 0.41% 0.54% -
HSV(B) 42.06º 0.52% 0.73% -
XYZ 33.66 34.8 14.17 -
YUV 156.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 185 156 88 0 0.16 0.52 0.27 42.06 0.41 0.54
Hex B9 9C 58 0 10 34 1B 2A 29 36
Octal 271 234 130 0 20 64 33 52 51 66
Binary 10111001 10011100 1011000 0 10000 110100 11011 101010 101001 110110

Color Harmonies of #B99C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C58

Black with #B99C58

Text Example


Text Example

White with #B99C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C58; }

 p { color: rgb(185,156,88); }

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

background-color css

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

 a { background-color: rgb(185,156,88); }

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

border-color css

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

 span { border-color: rgb(185,156,88); }

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