Html Css Color HEX #BC725D Contessa

📋 copy color: '#BC725D'

red 188 ◦ green 114 ◦ blue 93

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

Shades of Contessa #BC725D

Tints of Contessa #BC725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.86%

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 47.59%
G = 28.86%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC725D (or 0xBC725D) is known color: Contessa. HEX triplet: BC, 72 and 5D. RGB value is (188,114,93). Sum of RGB (Red+Green+Blue) = 188+114+93=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC725D is #438DA2. Grayscale: #858585. Windows color (decimal): -4427171 or 6124220. OLE color: 6124220.

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

Color convert

RGB 188 114 93 -
CMYK 0 0.39 0.51 0.26
HSL 13.26º 0.41% 0.55% -
HSV(B) 13.26º 0.51% 0.74% -
XYZ 28.73 23.52 13.38 -
YUV 133.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 188 114 93 0 0.39 0.51 0.26 13.26 0.41 0.55
Hex BC 72 5D 0 27 33 1A D 29 37
Octal 274 162 135 0 47 63 32 15 51 67
Binary 10111100 1110010 1011101 0 100111 110011 11010 1101 101001 110111

Color Harmonies of #BC725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC725D

Black with #BC725D

Text Example


Text Example

White with #BC725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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