Html Css Color HEX #BB7262 Contessa

📋 copy color: '#BB7262'

red 187 ◦ green 114 ◦ blue 98

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

Shades of Contessa #BB7262

Tints of Contessa #BB7262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.56%

R = 46.87%
G = 28.57%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB7262 (or 0xBB7262) is known color: Contessa. HEX triplet: BB, 72 and 62. RGB value is (187,114,98). Sum of RGB (Red+Green+Blue) = 187+114+98=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7262 is #448D9D. Grayscale: #868686. Windows color (decimal): -4492702 or 6451899. OLE color: 6451899.

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

Color convert

RGB 187 114 98 -
CMYK 0 0.39 0.48 0.27
HSL 10.79º 0.4% 0.56% -
HSV(B) 10.79º 0.48% 0.73% -
XYZ 28.72 23.48 14.57 -
YUV 134 107.68 165.8 -
System Red Green Blue C M Y K H S L
Decimal 187 114 98 0 0.39 0.48 0.27 10.79 0.4 0.56
Hex BB 72 62 0 27 30 1B B 28 38
Octal 273 162 142 0 47 60 33 13 50 70
Binary 10111011 1110010 1100010 0 100111 110000 11011 1011 101000 111000

Color Harmonies of #BB7262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7262

Black with #BB7262

Text Example


Text Example

White with #BB7262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7262; }

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

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

background-color css

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

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

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

border-color css

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

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

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