Html Css Color HEX #B99E61 Barley Corn

📋 copy color: '#B99E61'

red 185 ◦ green 158 ◦ blue 97

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

Shades of Barley Corn #B99E61

Tints of Barley Corn #B99E61

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.91%

 BLUE value IS 97 (38.28% from 255) = 22.05%

R = 42.05%
G = 35.91%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B99E61 (or 0xB99E61) is known color: Barley Corn. HEX triplet: B9, 9E and 61. RGB value is (185,158,97). Sum of RGB (Red+Green+Blue) = 185+158+97=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E61 is #46619E. Grayscale: #9F9F9F. Windows color (decimal): -4612511 or 6397625. OLE color: 6397625.

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

Color convert

RGB 185 158 97 -
CMYK 0 0.15 0.48 0.27
HSL 41.59º 0.39% 0.55% -
HSV(B) 41.59º 0.48% 0.73% -
XYZ 34.39 35.63 16.37 -
YUV 159.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 185 158 97 0 0.15 0.48 0.27 41.59 0.39 0.55
Hex B9 9E 61 0 F 30 1B 2A 27 37
Octal 271 236 141 0 17 60 33 52 47 67
Binary 10111001 10011110 1100001 0 1111 110000 11011 101010 100111 110111

Color Harmonies of #B99E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E61

Black with #B99E61

Text Example


Text Example

White with #B99E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E61; }

 p { color: rgb(185,158,97); }

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

background-color css

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

 a { background-color: rgb(185,158,97); }

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

border-color css

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

 span { border-color: rgb(185,158,97); }

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