Html Css Color HEX #B99961 Barley Corn

📋 copy color: '#B99961'

red 185 ◦ green 153 ◦ blue 97

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

Shades of Barley Corn #B99961

Tints of Barley Corn #B99961

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

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

R = 42.53%
G = 35.17%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B99961 (or 0xB99961) is known color: Barley Corn. HEX triplet: B9, 99 and 61. RGB value is (185,153,97). Sum of RGB (Red+Green+Blue) = 185+153+97=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B99961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99961 is #46669E. Grayscale: #9C9C9C. Windows color (decimal): -4613791 or 6396345. OLE color: 6396345.

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

Color convert

RGB 185 153 97 -
CMYK 0 0.17 0.48 0.27
HSL 38.18º 0.39% 0.55% -
HSV(B) 38.18º 0.48% 0.73% -
XYZ 33.56 33.96 16.1 -
YUV 156.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 185 153 97 0 0.17 0.48 0.27 38.18 0.39 0.55
Hex B9 99 61 0 11 30 1B 26 27 37
Octal 271 231 141 0 21 60 33 46 47 67
Binary 10111001 10011001 1100001 0 10001 110000 11011 100110 100111 110111

Color Harmonies of #B99961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99961

Black with #B99961

Text Example


Text Example

White with #B99961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99961; }

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

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

background-color css

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

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

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

border-color css

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

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

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