Html Css Color HEX #BC725F Contessa

📋 copy color: '#BC725F'

red 188 ◦ green 114 ◦ blue 95

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

Shades of Contessa #BC725F

Tints of Contessa #BC725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.93%

R = 47.36%
G = 28.72%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC725F (or 0xBC725F) is known color: Contessa. HEX triplet: BC, 72 and 5F. RGB value is (188,114,95). Sum of RGB (Red+Green+Blue) = 188+114+95=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC725F is #438DA0. Grayscale: #868686. Windows color (decimal): -4427169 or 6255292. OLE color: 6255292.

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

Color convert

RGB 188 114 95 -
CMYK 0 0.39 0.49 0.26
HSL 12.26º 0.41% 0.55% -
HSV(B) 12.26º 0.49% 0.74% -
XYZ 28.82 23.55 13.85 -
YUV 133.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 188 114 95 0 0.39 0.49 0.26 12.26 0.41 0.55
Hex BC 72 5F 0 27 31 1A C 29 37
Octal 274 162 137 0 47 61 32 14 51 67
Binary 10111100 1110010 1011111 0 100111 110001 11010 1100 101001 110111

Color Harmonies of #BC725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC725F

Black with #BC725F

Text Example


Text Example

White with #BC725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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