Html Css Color HEX #B99E5B Barley Corn

📋 copy color: '#B99E5B'

red 185 ◦ green 158 ◦ blue 91

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

Shades of Barley Corn #B99E5B

Tints of Barley Corn #B99E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.97%

R = 42.63%
G = 36.41%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B99E5B (or 0xB99E5B) is known color: Barley Corn. HEX triplet: B9, 9E and 5B. RGB value is (185,158,91). Sum of RGB (Red+Green+Blue) = 185+158+91=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E5B is #4661A4. Grayscale: #9E9E9E. Windows color (decimal): -4612517 or 6004409. OLE color: 6004409.

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

Color convert

RGB 185 158 91 -
CMYK 0 0.15 0.51 0.27
HSL 42.77º 0.4% 0.54% -
HSV(B) 42.77º 0.51% 0.73% -
XYZ 34.12 35.52 14.96 -
YUV 158.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 185 158 91 0 0.15 0.51 0.27 42.77 0.4 0.54
Hex B9 9E 5B 0 F 33 1B 2B 28 36
Octal 271 236 133 0 17 63 33 53 50 66
Binary 10111001 10011110 1011011 0 1111 110011 11011 101011 101000 110110

Color Harmonies of #B99E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E5B

Black with #B99E5B

Text Example


Text Example

White with #B99E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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