Html Css Color HEX #BB9C7A Pale Taupe

📋 copy color: '#BB9C7A'

red 187 ◦ green 156 ◦ blue 122

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

Shades of Pale Taupe #BB9C7A

Tints of Pale Taupe #BB9C7A

RGB

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

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

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

R = 40.22%
G = 33.55%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB9C7A (or 0xBB9C7A) is known color: Pale Taupe. HEX triplet: BB, 9C and 7A. RGB value is (187,156,122). Sum of RGB (Red+Green+Blue) = 187+156+122=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C7A is #446385. Grayscale: #A1A1A1. Windows color (decimal): -4481926 or 8035515. OLE color: 8035515.

HSL color Cylindrical-coordinate representation of color #BB9C7A: hue angle of 31.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 #BB9C7A is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 156 122 -
CMYK 0 0.17 0.35 0.27
HSL 31.38º 0.32% 0.61% -
HSV(B) 31.38º 0.35% 0.73% -
XYZ 35.89 35.75 23.42 -
YUV 161.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 187 156 122 0 0.17 0.35 0.27 31.38 0.32 0.61
Hex BB 9C 7A 0 11 23 1B 1F 20 3D
Octal 273 234 172 0 21 43 33 37 40 75
Binary 10111011 10011100 1111010 0 10001 100011 11011 11111 100000 111101

Color Harmonies of #BB9C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9C7A

Black with #BB9C7A

Text Example


Text Example

White with #BB9C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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