Html Css Color HEX #BC9072 Pale Taupe

📋 copy color: '#BC9072'

red 188 ◦ green 144 ◦ blue 114

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

Shades of Pale Taupe #BC9072

Tints of Pale Taupe #BC9072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.56%

R = 42.15%
G = 32.29%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC9072 (or 0xBC9072) is known color: Pale Taupe. HEX triplet: BC, 90 and 72. RGB value is (188,144,114). Sum of RGB (Red+Green+Blue) = 188+144+114=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9072 is #436F8D. Grayscale: #999999. Windows color (decimal): -4419470 or 7508156. OLE color: 7508156.

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

Color convert

RGB 188 144 114 -
CMYK 0 0.23 0.39 0.26
HSL 24.32º 0.36% 0.59% -
HSV(B) 24.32º 0.39% 0.74% -
XYZ 33.75 31.85 20.29 -
YUV 153.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 188 144 114 0 0.23 0.39 0.26 24.32 0.36 0.59
Hex BC 90 72 0 17 27 1A 18 24 3B
Octal 274 220 162 0 27 47 32 30 44 73
Binary 10111100 10010000 1110010 0 10111 100111 11010 11000 100100 111011

Color Harmonies of #BC9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9072

Black with #BC9072

Text Example


Text Example

White with #BC9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9072; }

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

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

background-color css

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

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

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

border-color css

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

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

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