Html Css Color HEX #BB726C Contessa

📋 copy color: '#BB726C'

red 187 ◦ green 114 ◦ blue 108

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

Shades of Contessa #BB726C

Tints of Contessa #BB726C

RGB

 RED value IS 187 (73.44% from 255) = 45.72%

 GREEN value IS 114 (44.92% from 255) = 27.87%

 BLUE value IS 108 (42.58% from 255) = 26.41%

R = 45.72%
G = 27.87%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB726C (or 0xBB726C) is known color: Contessa. HEX triplet: BB, 72 and 6C. RGB value is (187,114,108). Sum of RGB (Red+Green+Blue) = 187+114+108=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB726C is #448D93. Grayscale: #878787. Windows color (decimal): -4492692 or 7107259. OLE color: 7107259.

HSL color Cylindrical-coordinate representation of color #BB726C: hue angle of 4.56º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB726C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 114 108 -
CMYK 0 0.39 0.42 0.27
HSL 4.56º 0.37% 0.58% -
HSV(B) 4.56º 0.42% 0.73% -
XYZ 29.22 23.68 17.22 -
YUV 135.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 187 114 108 0 0.39 0.42 0.27 4.56 0.37 0.58
Hex BB 72 6C 0 27 2A 1B 5 25 3A
Octal 273 162 154 0 47 52 33 5 45 72
Binary 10111011 1110010 1101100 0 100111 101010 11011 101 100101 111010

Color Harmonies of #BB726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB726C

Black with #BB726C

Text Example


Text Example

White with #BB726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB726C; }

 p { color: rgb(187,114,108); }

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

background-color css

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

 a { background-color: rgb(187,114,108); }

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

border-color css

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

 span { border-color: rgb(187,114,108); }

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