Html Css Color HEX #BC907F Pale Taupe

📋 copy color: '#BC907F'

red 188 ◦ green 144 ◦ blue 127

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

Shades of Pale Taupe #BC907F

Tints of Pale Taupe #BC907F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.67%

R = 40.96%
G = 31.37%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC907F (or 0xBC907F) is known color: Pale Taupe. HEX triplet: BC, 90 and 7F. RGB value is (188,144,127). Sum of RGB (Red+Green+Blue) = 188+144+127=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC907F is #436F80. Grayscale: #9B9B9B. Windows color (decimal): -4419457 or 8360124. OLE color: 8360124.

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

Color convert

RGB 188 144 127 -
CMYK 0 0.23 0.32 0.26
HSL 16.72º 0.31% 0.62% -
HSV(B) 16.72º 0.32% 0.74% -
XYZ 34.54 32.17 24.47 -
YUV 155.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 188 144 127 0 0.23 0.32 0.26 16.72 0.31 0.62
Hex BC 90 7F 0 17 20 1A 11 1F 3E
Octal 274 220 177 0 27 40 32 21 37 76
Binary 10111100 10010000 1111111 0 10111 100000 11010 10001 11111 111110

Color Harmonies of #BC907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC907F

Black with #BC907F

Text Example


Text Example

White with #BC907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC907F; }

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

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

background-color css

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

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

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

border-color css

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

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

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