Html Css Color HEX #BB8F7A Pale Taupe

📋 copy color: '#BB8F7A'

red 187 ◦ green 143 ◦ blue 122

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

Shades of Pale Taupe #BB8F7A

Tints of Pale Taupe #BB8F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.99%

R = 41.37%
G = 31.64%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB8F7A (or 0xBB8F7A) is known color: Pale Taupe. HEX triplet: BB, 8F and 7A. RGB value is (187,143,122). Sum of RGB (Red+Green+Blue) = 187+143+122=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F7A is #447085. Grayscale: #999999. Windows color (decimal): -4485254 or 8032187. OLE color: 8032187.

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

Color convert

RGB 187 143 122 -
CMYK 0 0.24 0.35 0.27
HSL 19.38º 0.32% 0.61% -
HSV(B) 19.38º 0.35% 0.73% -
XYZ 33.83 31.61 22.73 -
YUV 153.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 187 143 122 0 0.24 0.35 0.27 19.38 0.32 0.61
Hex BB 8F 7A 0 18 23 1B 13 20 3D
Octal 273 217 172 0 30 43 33 23 40 75
Binary 10111011 10001111 1111010 0 11000 100011 11011 10011 100000 111101

Color Harmonies of #BB8F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F7A

Black with #BB8F7A

Text Example


Text Example

White with #BB8F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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