Html Css Color HEX #BB7261 Contessa

📋 copy color: '#BB7261'

red 187 ◦ green 114 ◦ blue 97

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

Shades of Contessa #BB7261

Tints of Contessa #BB7261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.37%

R = 46.98%
G = 28.64%
B = 24.37%

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

#BB7261 (or 0xBB7261) is known color: Contessa. HEX triplet: BB, 72 and 61. RGB value is (187,114,97). Sum of RGB (Red+Green+Blue) = 187+114+97=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7261 is #448D9E. Grayscale: #868686. Windows color (decimal): -4492703 or 6386363. OLE color: 6386363.

HSL color Cylindrical-coordinate representation of color #BB7261: hue angle of 11.33º 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 #BB7261 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 114 97 -
CMYK 0 0.39 0.48 0.27
HSL 11.33º 0.4% 0.56% -
HSV(B) 11.33º 0.48% 0.73% -
XYZ 28.67 23.46 14.33 -
YUV 133.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 187 114 97 0 0.39 0.48 0.27 11.33 0.4 0.56
Hex BB 72 61 0 27 30 1B B 28 38
Octal 273 162 141 0 47 60 33 13 50 70
Binary 10111011 1110010 1100001 0 100111 110000 11011 1011 101000 111000

Color Harmonies of #BB7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7261

Black with #BB7261

Text Example


Text Example

White with #BB7261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7261; }

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

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

background-color css

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

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

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

border-color css

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

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

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