Html Css Color HEX #BC736A Contessa

📋 copy color: '#BC736A'

red 188 ◦ green 115 ◦ blue 106

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

Shades of Contessa #BC736A

Tints of Contessa #BC736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.92%

R = 45.97%
G = 28.12%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC736A (or 0xBC736A) is known color: Contessa. HEX triplet: BC, 73 and 6A. RGB value is (188,115,106). Sum of RGB (Red+Green+Blue) = 188+115+106=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC736A is #438C95. Grayscale: #878787. Windows color (decimal): -4426902 or 6976444. OLE color: 6976444.

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

Color convert

RGB 188 115 106 -
CMYK 0 0.39 0.44 0.26
HSL 6.59º 0.38% 0.58% -
HSV(B) 6.59º 0.44% 0.74% -
XYZ 29.47 23.99 16.71 -
YUV 135.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 188 115 106 0 0.39 0.44 0.26 6.59 0.38 0.58
Hex BC 73 6A 0 27 2C 1A 7 26 3A
Octal 274 163 152 0 47 54 32 7 46 72
Binary 10111100 1110011 1101010 0 100111 101100 11010 111 100110 111010

Color Harmonies of #BC736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC736A

Black with #BC736A

Text Example


Text Example

White with #BC736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC736A; }

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

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

background-color css

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

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

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

border-color css

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

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

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