Html Css Color HEX #BB8F72 Pale Taupe

📋 copy color: '#BB8F72'

red 187 ◦ green 143 ◦ blue 114

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

Shades of Pale Taupe #BB8F72

Tints of Pale Taupe #BB8F72

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.21%

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 42.12%
G = 32.21%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB8F72 (or 0xBB8F72) is known color: Pale Taupe. HEX triplet: BB, 8F and 72. RGB value is (187,143,114). Sum of RGB (Red+Green+Blue) = 187+143+114=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F72 is #44708D. Grayscale: #999999. Windows color (decimal): -4485262 or 7507899. OLE color: 7507899.

HSL color Cylindrical-coordinate representation of color #BB8F72: hue angle of 23.84º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8F72 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 114 -
CMYK 0 0.24 0.39 0.27
HSL 23.84º 0.35% 0.59% -
HSV(B) 23.84º 0.39% 0.73% -
XYZ 33.35 31.42 20.23 -
YUV 152.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 187 143 114 0 0.24 0.39 0.27 23.84 0.35 0.59
Hex BB 8F 72 0 18 27 1B 18 23 3B
Octal 273 217 162 0 30 47 33 30 43 73
Binary 10111011 10001111 1110010 0 11000 100111 11011 11000 100011 111011

Color Harmonies of #BB8F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F72

Black with #BB8F72

Text Example


Text Example

White with #BB8F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F72; }

 p { color: rgb(187,143,114); }

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

background-color css

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

 a { background-color: rgb(187,143,114); }

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

border-color css

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

 span { border-color: rgb(187,143,114); }

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