Html Css Color HEX #BB7265 Contessa

📋 copy color: '#BB7265'

red 187 ◦ green 114 ◦ blue 101

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

Shades of Contessa #BB7265

Tints of Contessa #BB7265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.12%

R = 46.52%
G = 28.36%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB7265 (or 0xBB7265) is known color: Contessa. HEX triplet: BB, 72 and 65. RGB value is (187,114,101). Sum of RGB (Red+Green+Blue) = 187+114+101=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7265 is #448D9A. Grayscale: #868686. Windows color (decimal): -4492699 or 6648507. OLE color: 6648507.

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

Color convert

RGB 187 114 101 -
CMYK 0 0.39 0.46 0.27
HSL 9.07º 0.39% 0.56% -
HSV(B) 9.07º 0.46% 0.73% -
XYZ 28.86 23.54 15.33 -
YUV 134.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 187 114 101 0 0.39 0.46 0.27 9.07 0.39 0.56
Hex BB 72 65 0 27 2E 1B 9 27 38
Octal 273 162 145 0 47 56 33 11 47 70
Binary 10111011 1110010 1100101 0 100111 101110 11011 1001 100111 111000

Color Harmonies of #BB7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7265

Black with #BB7265

Text Example


Text Example

White with #BB7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7265; }

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

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

background-color css

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

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

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

border-color css

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

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

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