Html Css Color HEX #BC705F Contessa

📋 copy color: '#BC705F'

red 188 ◦ green 112 ◦ blue 95

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

Shades of Contessa #BC705F

Tints of Contessa #BC705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

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

R = 47.59%
G = 28.35%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC705F (or 0xBC705F) is known color: Contessa. HEX triplet: BC, 70 and 5F. RGB value is (188,112,95). Sum of RGB (Red+Green+Blue) = 188+112+95=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC705F is #438FA0. Grayscale: #848484. Windows color (decimal): -4427681 or 6254780. OLE color: 6254780.

HSL color Cylindrical-coordinate representation of color #BC705F: hue angle of 10.97º 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 #BC705F is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 95 -
CMYK 0 0.40 0.49 0.26
HSL 10.97º 0.41% 0.55% -
HSV(B) 10.97º 0.49% 0.74% -
XYZ 28.6 23.11 13.78 -
YUV 132.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 188 112 95 0 0.40 0.49 0.26 10.97 0.41 0.55
Hex BC 70 5F 0 28 31 1A B 29 37
Octal 274 160 137 0 50 61 32 13 51 67
Binary 10111100 1110000 1011111 0 101000 110001 11010 1011 101001 110111

Color Harmonies of #BC705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC705F

Black with #BC705F

Text Example


Text Example

White with #BC705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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