Html Css Color HEX #BB986B Fallow

📋 copy color: '#BB986B'

red 187 ◦ green 152 ◦ blue 107

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

Shades of Fallow #BB986B

Tints of Fallow #BB986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.08%

 BLUE value IS 107 (42.19% from 255) = 23.99%

R = 41.93%
G = 34.08%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB986B (or 0xBB986B) is known color: Fallow. HEX triplet: BB, 98 and 6B. RGB value is (187,152,107). Sum of RGB (Red+Green+Blue) = 187+152+107=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB986B is #446794. Grayscale: #9D9D9D. Windows color (decimal): -4482965 or 7051451. OLE color: 7051451.

HSL color Cylindrical-coordinate representation of color #BB986B: hue angle of 33.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB986B is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 152 107 -
CMYK 0 0.19 0.43 0.27
HSL 33.75º 0.37% 0.58% -
HSV(B) 33.75º 0.43% 0.73% -
XYZ 34.38 34.08 18.68 -
YUV 157.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 187 152 107 0 0.19 0.43 0.27 33.75 0.37 0.58
Hex BB 98 6B 0 13 2B 1B 22 25 3A
Octal 273 230 153 0 23 53 33 42 45 72
Binary 10111011 10011000 1101011 0 10011 101011 11011 100010 100101 111010

Color Harmonies of #BB986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB986B

Black with #BB986B

Text Example


Text Example

White with #BB986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB986B; }

 p { color: rgb(187,152,107); }

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

background-color css

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

 a { background-color: rgb(187,152,107); }

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

border-color css

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

 span { border-color: rgb(187,152,107); }

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