Html Css Color HEX #BC736B Contessa

📋 copy color: '#BC736B'

red 188 ◦ green 115 ◦ blue 107

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

Shades of Contessa #BC736B

Tints of Contessa #BC736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 45.85%
G = 28.05%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC736B (or 0xBC736B) is known color: Contessa. HEX triplet: BC, 73 and 6B. RGB value is (188,115,107). Sum of RGB (Red+Green+Blue) = 188+115+107=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC736B is #438C94. Grayscale: #888888. Windows color (decimal): -4426901 or 7041980. OLE color: 7041980.

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

Color convert

RGB 188 115 107 -
CMYK 0 0.39 0.43 0.26
HSL 5.93º 0.38% 0.58% -
HSV(B) 5.93º 0.43% 0.74% -
XYZ 29.52 24.01 16.99 -
YUV 135.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 188 115 107 0 0.39 0.43 0.26 5.93 0.38 0.58
Hex BC 73 6B 0 27 2B 1A 6 26 3A
Octal 274 163 153 0 47 53 32 6 46 72
Binary 10111100 1110011 1101011 0 100111 101011 11010 110 100110 111010

Color Harmonies of #BC736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC736B

Black with #BC736B

Text Example


Text Example

White with #BC736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC736B; }

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

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

background-color css

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

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

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

border-color css

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

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

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