Html Css Color HEX #B99F64 Barley Corn

📋 copy color: '#B99F64'

red 185 ◦ green 159 ◦ blue 100

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

Shades of Barley Corn #B99F64

Tints of Barley Corn #B99F64

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.81%

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

R = 41.67%
G = 35.81%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B99F64 (or 0xB99F64) is known color: Barley Corn. HEX triplet: B9, 9F and 64. RGB value is (185,159,100). Sum of RGB (Red+Green+Blue) = 185+159+100=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F64 is #46609B. Grayscale: #A0A0A0. Windows color (decimal): -4612252 or 6594489. OLE color: 6594489.

HSL color Cylindrical-coordinate representation of color #B99F64: hue angle of 41.65º 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 #B99F64 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 159 100 -
CMYK 0 0.14 0.46 0.27
HSL 41.65º 0.38% 0.56% -
HSV(B) 41.65º 0.46% 0.73% -
XYZ 34.71 36.03 17.18 -
YUV 160.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 185 159 100 0 0.14 0.46 0.27 41.65 0.38 0.56
Hex B9 9F 64 0 E 2E 1B 2A 26 38
Octal 271 237 144 0 16 56 33 52 46 70
Binary 10111001 10011111 1100100 0 1110 101110 11011 101010 100110 111000

Color Harmonies of #B99F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99F64

Black with #B99F64

Text Example


Text Example

White with #B99F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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