Html Css Color HEX #B99C62 Barley Corn

📋 copy color: '#B99C62'

red 185 ◦ green 156 ◦ blue 98

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

Shades of Barley Corn #B99C62

Tints of Barley Corn #B99C62

RGB

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

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

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

R = 42.14%
G = 35.54%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B99C62 (or 0xB99C62) is known color: Barley Corn. HEX triplet: B9, 9C and 62. RGB value is (185,156,98). Sum of RGB (Red+Green+Blue) = 185+156+98=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C62 is #46639D. Grayscale: #9E9E9E. Windows color (decimal): -4613022 or 6462649. OLE color: 6462649.

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

Color convert

RGB 185 156 98 -
CMYK 0 0.16 0.47 0.27
HSL 40º 0.38% 0.55% -
HSV(B) 40º 0.47% 0.73% -
XYZ 34.1 34.97 16.51 -
YUV 158.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 185 156 98 0 0.16 0.47 0.27 40 0.38 0.55
Hex B9 9C 62 0 10 2F 1B 28 26 37
Octal 271 234 142 0 20 57 33 50 46 67
Binary 10111001 10011100 1100010 0 10000 101111 11011 101000 100110 110111

Color Harmonies of #B99C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C62

Black with #B99C62

Text Example


Text Example

White with #B99C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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