Html Css Color HEX #BB9968 Fallow

📋 copy color: '#BB9968'

red 187 ◦ green 153 ◦ blue 104

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

Shades of Fallow #BB9968

Tints of Fallow #BB9968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.42%

R = 42.12%
G = 34.46%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB9968 (or 0xBB9968) is known color: Fallow. HEX triplet: BB, 99 and 68. RGB value is (187,153,104). Sum of RGB (Red+Green+Blue) = 187+153+104=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9968 is #446697. Grayscale: #9D9D9D. Windows color (decimal): -4482712 or 6855099. OLE color: 6855099.

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

Color convert

RGB 187 153 104 -
CMYK 0 0.18 0.44 0.27
HSL 35.42º 0.38% 0.57% -
HSV(B) 35.42º 0.44% 0.73% -
XYZ 34.38 34.35 17.91 -
YUV 157.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 187 153 104 0 0.18 0.44 0.27 35.42 0.38 0.57
Hex BB 99 68 0 12 2C 1B 23 26 39
Octal 273 231 150 0 22 54 33 43 46 71
Binary 10111011 10011001 1101000 0 10010 101100 11011 100011 100110 111001

Color Harmonies of #BB9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9968

Black with #BB9968

Text Example


Text Example

White with #BB9968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9968; }

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

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

background-color css

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

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

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

border-color css

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

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

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