Html Css Color HEX #BC907B Pale Taupe

📋 copy color: '#BC907B'

red 188 ◦ green 144 ◦ blue 123

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

Shades of Pale Taupe #BC907B

Tints of Pale Taupe #BC907B

RGB

 RED value IS 188 (73.83% from 255) = 41.32%

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

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

R = 41.32%
G = 31.65%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC907B (or 0xBC907B) is known color: Pale Taupe. HEX triplet: BC, 90 and 7B. RGB value is (188,144,123). Sum of RGB (Red+Green+Blue) = 188+144+123=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC907B is #436F84. Grayscale: #9A9A9A. Windows color (decimal): -4419461 or 8097980. OLE color: 8097980.

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

Color convert

RGB 188 144 123 -
CMYK 0 0.23 0.35 0.26
HSL 19.38º 0.33% 0.61% -
HSV(B) 19.38º 0.35% 0.74% -
XYZ 34.29 32.07 23.12 -
YUV 154.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 188 144 123 0 0.23 0.35 0.26 19.38 0.33 0.61
Hex BC 90 7B 0 17 23 1A 13 21 3D
Octal 274 220 173 0 27 43 32 23 41 75
Binary 10111100 10010000 1111011 0 10111 100011 11010 10011 100001 111101

Color Harmonies of #BC907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC907B

Black with #BC907B

Text Example


Text Example

White with #BC907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC907B; }

 p { color: rgb(188,144,123); }

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

background-color css

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

 a { background-color: rgb(188,144,123); }

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

border-color css

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

 span { border-color: rgb(188,144,123); }

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