Html Css Color HEX #B99853 Barley Corn

📋 copy color: '#B99853'

red 185 ◦ green 152 ◦ blue 83

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

Shades of Barley Corn #B99853

Tints of Barley Corn #B99853

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 83 (32.81% from 255) = 19.76%

R = 44.05%
G = 36.19%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B99853 (or 0xB99853) is known color: Barley Corn. HEX triplet: B9, 98 and 53. RGB value is (185,152,83). Sum of RGB (Red+Green+Blue) = 185+152+83=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B99853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99853 is #4667AC. Grayscale: #9A9A9A. Windows color (decimal): -4614061 or 5478585. OLE color: 5478585.

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

Color convert

RGB 185 152 83 -
CMYK 0 0.18 0.55 0.27
HSL 40.59º 0.42% 0.53% -
HSV(B) 40.59º 0.55% 0.73% -
XYZ 32.8 33.4 12.9 -
YUV 154 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 185 152 83 0 0.18 0.55 0.27 40.59 0.42 0.53
Hex B9 98 53 0 12 37 1B 29 2A 35
Octal 271 230 123 0 22 67 33 51 52 65
Binary 10111001 10011000 1010011 0 10010 110111 11011 101001 101010 110101

Color Harmonies of #B99853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99853

Black with #B99853

Text Example


Text Example

White with #B99853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99853; }

 p { color: rgb(185,152,83); }

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

background-color css

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

 a { background-color: rgb(185,152,83); }

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

border-color css

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

 span { border-color: rgb(185,152,83); }

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