Html Css Color HEX #BB907E Pale Taupe

📋 copy color: '#BB907E'

red 187 ◦ green 144 ◦ blue 126

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

Shades of Pale Taupe #BB907E

Tints of Pale Taupe #BB907E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.51%

 BLUE value IS 126 (49.61% from 255) = 27.57%

R = 40.92%
G = 31.51%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB907E (or 0xBB907E) is known color: Pale Taupe. HEX triplet: BB, 90 and 7E. RGB value is (187,144,126). Sum of RGB (Red+Green+Blue) = 187+144+126=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB907E is #446F81. Grayscale: #9A9A9A. Windows color (decimal): -4484994 or 8294587. OLE color: 8294587.

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

Color convert

RGB 187 144 126 -
CMYK 0 0.23 0.33 0.27
HSL 17.7º 0.31% 0.61% -
HSV(B) 17.7º 0.33% 0.73% -
XYZ 34.23 32.02 24.11 -
YUV 154.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 187 144 126 0 0.23 0.33 0.27 17.7 0.31 0.61
Hex BB 90 7E 0 17 21 1B 12 1F 3D
Octal 273 220 176 0 27 41 33 22 37 75
Binary 10111011 10010000 1111110 0 10111 100001 11011 10010 11111 111101

Color Harmonies of #BB907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB907E

Black with #BB907E

Text Example


Text Example

White with #BB907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB907E; }

 p { color: rgb(187,144,126); }

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

background-color css

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

 a { background-color: rgb(187,144,126); }

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

border-color css

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

 span { border-color: rgb(187,144,126); }

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