Html Css Color HEX #BB8F70 Pale Taupe

📋 copy color: '#BB8F70'

red 187 ◦ green 143 ◦ blue 112

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

Shades of Pale Taupe #BB8F70

Tints of Pale Taupe #BB8F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 42.31%
G = 32.35%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB8F70 (or 0xBB8F70) is known color: Pale Taupe. HEX triplet: BB, 8F and 70. RGB value is (187,143,112). Sum of RGB (Red+Green+Blue) = 187+143+112=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F70 is #44708F. Grayscale: #989898. Windows color (decimal): -4485264 or 7376827. OLE color: 7376827.

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

Color convert

RGB 187 143 112 -
CMYK 0 0.24 0.40 0.27
HSL 24.8º 0.36% 0.59% -
HSV(B) 24.8º 0.4% 0.73% -
XYZ 33.24 31.38 19.63 -
YUV 152.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 187 143 112 0 0.24 0.40 0.27 24.8 0.36 0.59
Hex BB 8F 70 0 18 28 1B 19 24 3B
Octal 273 217 160 0 30 50 33 31 44 73
Binary 10111011 10001111 1110000 0 11000 101000 11011 11001 100100 111011

Color Harmonies of #BB8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F70

Black with #BB8F70

Text Example


Text Example

White with #BB8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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