Html Css Color HEX #B99064 Barley Corn

📋 copy color: '#B99064'

red 185 ◦ green 144 ◦ blue 100

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

Shades of Barley Corn #B99064

Tints of Barley Corn #B99064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.57%

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

R = 43.12%
G = 33.57%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B99064 (or 0xB99064) is known color: Barley Corn. HEX triplet: B9, 90 and 64. RGB value is (185,144,100). Sum of RGB (Red+Green+Blue) = 185+144+100=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B99064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99064 is #466F9B. Grayscale: #979797. Windows color (decimal): -4616092 or 6590649. OLE color: 6590649.

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

Color convert

RGB 185 144 100 -
CMYK 0 0.22 0.46 0.27
HSL 31.06º 0.38% 0.56% -
HSV(B) 31.06º 0.46% 0.73% -
XYZ 32.28 31.18 16.37 -
YUV 151.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 185 144 100 0 0.22 0.46 0.27 31.06 0.38 0.56
Hex B9 90 64 0 16 2E 1B 1F 26 38
Octal 271 220 144 0 26 56 33 37 46 70
Binary 10111001 10010000 1100100 0 10110 101110 11011 11111 100110 111000

Color Harmonies of #B99064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99064

Black with #B99064

Text Example


Text Example

White with #B99064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99064; }

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

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

background-color css

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

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

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

border-color css

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

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

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