Html Css Color HEX #BC735D Contessa

📋 copy color: '#BC735D'

red 188 ◦ green 115 ◦ blue 93

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

Shades of Contessa #BC735D

Tints of Contessa #BC735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

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

R = 47.47%
G = 29.04%
B = 23.48%

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

#BC735D (or 0xBC735D) is known color: Contessa. HEX triplet: BC, 73 and 5D. RGB value is (188,115,93). Sum of RGB (Red+Green+Blue) = 188+115+93=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC735D is #438CA2. Grayscale: #868686. Windows color (decimal): -4426915 or 6124476. OLE color: 6124476.

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

Color convert

RGB 188 115 93 -
CMYK 0 0.39 0.51 0.26
HSL 13.89º 0.41% 0.55% -
HSV(B) 13.89º 0.51% 0.74% -
XYZ 28.85 23.74 13.42 -
YUV 134.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 188 115 93 0 0.39 0.51 0.26 13.89 0.41 0.55
Hex BC 73 5D 0 27 33 1A E 29 37
Octal 274 163 135 0 47 63 32 16 51 67
Binary 10111100 1110011 1011101 0 100111 110011 11010 1110 101001 110111

Color Harmonies of #BC735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC735D

Black with #BC735D

Text Example


Text Example

White with #BC735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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