Html Css Color HEX #B99752 Barley Corn

📋 copy color: '#B99752'

red 185 ◦ green 151 ◦ blue 82

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

Shades of Barley Corn #B99752

Tints of Barley Corn #B99752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.12%

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 44.26%
G = 36.12%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B99752 (or 0xB99752) is known color: Barley Corn. HEX triplet: B9, 97 and 52. RGB value is (185,151,82). Sum of RGB (Red+Green+Blue) = 185+151+82=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B99752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99752 is #4668AD. Grayscale: #999999. Windows color (decimal): -4614318 or 5412793. OLE color: 5412793.

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

Color convert

RGB 185 151 82 -
CMYK 0 0.18 0.56 0.27
HSL 40.19º 0.42% 0.52% -
HSV(B) 40.19º 0.56% 0.73% -
XYZ 32.6 33.06 12.65 -
YUV 153.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 185 151 82 0 0.18 0.56 0.27 40.19 0.42 0.52
Hex B9 97 52 0 12 38 1B 28 2A 34
Octal 271 227 122 0 22 70 33 50 52 64
Binary 10111001 10010111 1010010 0 10010 111000 11011 101000 101010 110100

Color Harmonies of #B99752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99752

Black with #B99752

Text Example


Text Example

White with #B99752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99752; }

 p { color: rgb(185,151,82); }

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

background-color css

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

 a { background-color: rgb(185,151,82); }

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

border-color css

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

 span { border-color: rgb(185,151,82); }

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