Html Css Color HEX #BB9F7A Pale Taupe

📋 copy color: '#BB9F7A'

red 187 ◦ green 159 ◦ blue 122

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

Shades of Pale Taupe #BB9F7A

Tints of Pale Taupe #BB9F7A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.97%

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

R = 39.96%
G = 33.97%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB9F7A (or 0xBB9F7A) is known color: Pale Taupe. HEX triplet: BB, 9F and 7A. RGB value is (187,159,122). Sum of RGB (Red+Green+Blue) = 187+159+122=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9F7A is #446085. Grayscale: #A3A3A3. Windows color (decimal): -4481158 or 8036283. OLE color: 8036283.

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

Color convert

RGB 187 159 122 -
CMYK 0 0.15 0.35 0.27
HSL 34.15º 0.32% 0.61% -
HSV(B) 34.15º 0.35% 0.73% -
XYZ 36.4 36.77 23.59 -
YUV 163.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 187 159 122 0 0.15 0.35 0.27 34.15 0.32 0.61
Hex BB 9F 7A 0 F 23 1B 22 20 3D
Octal 273 237 172 0 17 43 33 42 40 75
Binary 10111011 10011111 1111010 0 1111 100011 11011 100010 100000 111101

Color Harmonies of #BB9F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F7A

Black with #BB9F7A

Text Example


Text Example

White with #BB9F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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