Html Css Color HEX #BC735E Contessa

📋 copy color: '#BC735E'

red 188 ◦ green 115 ◦ blue 94

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

Shades of Contessa #BC735E

Tints of Contessa #BC735E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 47.36%
G = 28.97%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC735E (or 0xBC735E) is known color: Contessa. HEX triplet: BC, 73 and 5E. RGB value is (188,115,94). Sum of RGB (Red+Green+Blue) = 188+115+94=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC735E is #438CA1. Grayscale: #868686. Windows color (decimal): -4426914 or 6190012. OLE color: 6190012.

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

Color convert

RGB 188 115 94 -
CMYK 0 0.39 0.50 0.26
HSL 13.4º 0.41% 0.55% -
HSV(B) 13.4º 0.5% 0.74% -
XYZ 28.89 23.76 13.65 -
YUV 134.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 188 115 94 0 0.39 0.50 0.26 13.4 0.41 0.55
Hex BC 73 5E 0 27 32 1A D 29 37
Octal 274 163 136 0 47 62 32 15 51 67
Binary 10111100 1110011 1011110 0 100111 110010 11010 1101 101001 110111

Color Harmonies of #BC735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC735E

Black with #BC735E

Text Example


Text Example

White with #BC735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC735E; }

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

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

background-color css

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

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

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

border-color css

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

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

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