Html Css Color HEX #BB995F Barley Corn

📋 copy color: '#BB995F'

red 187 ◦ green 153 ◦ blue 95

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

Shades of Barley Corn #BB995F

Tints of Barley Corn #BB995F

RGB

 RED value IS 187 (73.44% from 255) = 42.99%

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

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 42.99%
G = 35.17%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB995F (or 0xBB995F) is known color: Barley Corn. HEX triplet: BB, 99 and 5F. RGB value is (187,153,95). Sum of RGB (Red+Green+Blue) = 187+153+95=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB995F is #4466A0. Grayscale: #9C9C9C. Windows color (decimal): -4482721 or 6265275. OLE color: 6265275.

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

Color convert

RGB 187 153 95 -
CMYK 0 0.18 0.49 0.27
HSL 37.83º 0.4% 0.55% -
HSV(B) 37.83º 0.49% 0.73% -
XYZ 33.95 34.17 15.63 -
YUV 156.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 187 153 95 0 0.18 0.49 0.27 37.83 0.4 0.55
Hex BB 99 5F 0 12 31 1B 26 28 37
Octal 273 231 137 0 22 61 33 46 50 67
Binary 10111011 10011001 1011111 0 10010 110001 11011 100110 101000 110111

Color Harmonies of #BB995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB995F

Black with #BB995F

Text Example


Text Example

White with #BB995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB995F; }

 p { color: rgb(187,153,95); }

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

background-color css

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

 a { background-color: rgb(187,153,95); }

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

border-color css

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

 span { border-color: rgb(187,153,95); }

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