Html Css Color HEX #BC9073 Pale Taupe

📋 copy color: '#BC9073'

red 188 ◦ green 144 ◦ blue 115

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

Shades of Pale Taupe #BC9073

Tints of Pale Taupe #BC9073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 42.06%
G = 32.21%
B = 25.73%

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

#BC9073 (or 0xBC9073) is known color: Pale Taupe. HEX triplet: BC, 90 and 73. RGB value is (188,144,115). Sum of RGB (Red+Green+Blue) = 188+144+115=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9073 is #436F8C. Grayscale: #9A9A9A. Windows color (decimal): -4419469 or 7573692. OLE color: 7573692.

HSL color Cylindrical-coordinate representation of color #BC9073: hue angle of 23.84º degrees, saturation: 0.35, 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 #BC9073 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 144 115 -
CMYK 0 0.23 0.39 0.26
HSL 23.84º 0.35% 0.59% -
HSV(B) 23.84º 0.39% 0.74% -
XYZ 33.81 31.88 20.59 -
YUV 153.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 188 144 115 0 0.23 0.39 0.26 23.84 0.35 0.59
Hex BC 90 73 0 17 27 1A 18 23 3B
Octal 274 220 163 0 27 47 32 30 43 73
Binary 10111100 10010000 1110011 0 10111 100111 11010 11000 100011 111011

Color Harmonies of #BC9073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9073

Black with #BC9073

Text Example


Text Example

White with #BC9073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9073; }

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

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

background-color css

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

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

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

border-color css

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

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

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