Html Css Color HEX #BB7369 Contessa

📋 copy color: '#BB7369'

red 187 ◦ green 115 ◦ blue 105

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

Shades of Contessa #BB7369

Tints of Contessa #BB7369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.8%

R = 45.95%
G = 28.26%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB7369 (or 0xBB7369) is known color: Contessa. HEX triplet: BB, 73 and 69. RGB value is (187,115,105). Sum of RGB (Red+Green+Blue) = 187+115+105=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7369 is #448C96. Grayscale: #878787. Windows color (decimal): -4492439 or 6910907. OLE color: 6910907.

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

Color convert

RGB 187 115 105 -
CMYK 0 0.39 0.44 0.27
HSL 7.32º 0.38% 0.57% -
HSV(B) 7.32º 0.44% 0.73% -
XYZ 29.17 23.85 16.43 -
YUV 135.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 187 115 105 0 0.39 0.44 0.27 7.32 0.38 0.57
Hex BB 73 69 0 27 2C 1B 7 26 39
Octal 273 163 151 0 47 54 33 7 46 71
Binary 10111011 1110011 1101001 0 100111 101100 11011 111 100110 111001

Color Harmonies of #BB7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7369

Black with #BB7369

Text Example


Text Example

White with #BB7369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7369; }

 p { color: rgb(187,115,105); }

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

background-color css

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

 a { background-color: rgb(187,115,105); }

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

border-color css

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

 span { border-color: rgb(187,115,105); }

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