Html Css Color HEX #BB9C7B Pale Taupe

📋 copy color: '#BB9C7B'

red 187 ◦ green 156 ◦ blue 123

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

Shades of Pale Taupe #BB9C7B

Tints of Pale Taupe #BB9C7B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.48%

 BLUE value IS 123 (48.44% from 255) = 26.39%

R = 40.13%
G = 33.48%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB9C7B (or 0xBB9C7B) is known color: Pale Taupe. HEX triplet: BB, 9C and 7B. RGB value is (187,156,123). Sum of RGB (Red+Green+Blue) = 187+156+123=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C7B is #446384. Grayscale: #A1A1A1. Windows color (decimal): -4481925 or 8101051. OLE color: 8101051.

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

Color convert

RGB 187 156 123 -
CMYK 0 0.17 0.34 0.27
HSL 30.94º 0.32% 0.61% -
HSV(B) 30.94º 0.34% 0.73% -
XYZ 35.96 35.77 23.75 -
YUV 161.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 187 156 123 0 0.17 0.34 0.27 30.94 0.32 0.61
Hex BB 9C 7B 0 11 22 1B 1F 20 3D
Octal 273 234 173 0 21 42 33 37 40 75
Binary 10111011 10011100 1111011 0 10001 100010 11011 11111 100000 111101

Color Harmonies of #BB9C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9C7B

Black with #BB9C7B

Text Example


Text Example

White with #BB9C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9C7B; }

 p { color: rgb(187,156,123); }

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

background-color css

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

 a { background-color: rgb(187,156,123); }

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

border-color css

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

 span { border-color: rgb(187,156,123); }

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