Html Css Color HEX #BC755F Contessa

📋 copy color: '#BC755F'

red 188 ◦ green 117 ◦ blue 95

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

Shades of Contessa #BC755F

Tints of Contessa #BC755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

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

R = 47%
G = 29.25%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC755F (or 0xBC755F) is known color: Contessa. HEX triplet: BC, 75 and 5F. RGB value is (188,117,95). Sum of RGB (Red+Green+Blue) = 188+117+95=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC755F is #438AA0. Grayscale: #878787. Windows color (decimal): -4426401 or 6256060. OLE color: 6256060.

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

Color convert

RGB 188 117 95 -
CMYK 0 0.38 0.49 0.26
HSL 14.19º 0.41% 0.55% -
HSV(B) 14.19º 0.49% 0.74% -
XYZ 29.17 24.24 13.97 -
YUV 135.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 188 117 95 0 0.38 0.49 0.26 14.19 0.41 0.55
Hex BC 75 5F 0 26 31 1A E 29 37
Octal 274 165 137 0 46 61 32 16 51 67
Binary 10111100 1110101 1011111 0 100110 110001 11010 1110 101001 110111

Color Harmonies of #BC755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC755F

Black with #BC755F

Text Example


Text Example

White with #BC755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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