Html Css Color HEX #B99864 Barley Corn

📋 copy color: '#B99864'

red 185 ◦ green 152 ◦ blue 100

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

Shades of Barley Corn #B99864

Tints of Barley Corn #B99864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.88%

R = 42.33%
G = 34.78%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B99864 (or 0xB99864) is known color: Barley Corn. HEX triplet: B9, 98 and 64. RGB value is (185,152,100). Sum of RGB (Red+Green+Blue) = 185+152+100=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B99864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99864 is #46679B. Grayscale: #9C9C9C. Windows color (decimal): -4614044 or 6592697. OLE color: 6592697.

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

Color convert

RGB 185 152 100 -
CMYK 0 0.18 0.46 0.27
HSL 36.71º 0.38% 0.56% -
HSV(B) 36.71º 0.46% 0.73% -
XYZ 33.54 33.69 16.79 -
YUV 155.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 185 152 100 0 0.18 0.46 0.27 36.71 0.38 0.56
Hex B9 98 64 0 12 2E 1B 25 26 38
Octal 271 230 144 0 22 56 33 45 46 70
Binary 10111001 10011000 1100100 0 10010 101110 11011 100101 100110 111000

Color Harmonies of #B99864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99864

Black with #B99864

Text Example


Text Example

White with #B99864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99864; }

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

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

background-color css

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

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

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

border-color css

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

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

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