Html Css Color HEX #BB6A5D Contessa

📋 copy color: '#BB6A5D'

red 187 ◦ green 106 ◦ blue 93

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

Shades of Contessa #BB6A5D

Tints of Contessa #BB6A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.46%

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 48.45%
G = 27.46%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB6A5D (or 0xBB6A5D) is known color: Contessa. HEX triplet: BB, 6A and 5D. RGB value is (187,106,93). Sum of RGB (Red+Green+Blue) = 187+106+93=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A5D is #4495A2. Grayscale: #808080. Windows color (decimal): -4494755 or 6122171. OLE color: 6122171.

HSL color Cylindrical-coordinate representation of color #BB6A5D: hue angle of 8.3º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB6A5D is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 106 93 -
CMYK 0 0.43 0.50 0.27
HSL 8.3º 0.41% 0.55% -
HSV(B) 8.3º 0.5% 0.73% -
XYZ 27.62 21.66 13.08 -
YUV 128.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 187 106 93 0 0.43 0.50 0.27 8.3 0.41 0.55
Hex BB 6A 5D 0 2B 32 1B 8 29 37
Octal 273 152 135 0 53 62 33 10 51 67
Binary 10111011 1101010 1011101 0 101011 110010 11011 1000 101001 110111

Color Harmonies of #BB6A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A5D

Black with #BB6A5D

Text Example


Text Example

White with #BB6A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A5D; }

 p { color: rgb(187,106,93); }

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

background-color css

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

 a { background-color: rgb(187,106,93); }

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

border-color css

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

 span { border-color: rgb(187,106,93); }

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