Html Css Color HEX #BB6A68 Contessa

📋 copy color: '#BB6A68'

red 187 ◦ green 106 ◦ blue 104

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

Shades of Contessa #BB6A68

Tints of Contessa #BB6A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.2%

R = 47.1%
G = 26.7%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB6A68 (or 0xBB6A68) is known color: Contessa. HEX triplet: BB, 6A and 68. RGB value is (187,106,104). Sum of RGB (Red+Green+Blue) = 187+106+104=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A68 is #449597. Grayscale: #828282. Windows color (decimal): -4494744 or 6843067. OLE color: 6843067.

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

Color convert

RGB 187 106 104 -
CMYK 0 0.43 0.44 0.27
HSL 1.45º 0.38% 0.57% -
HSV(B) 1.45º 0.44% 0.73% -
XYZ 28.15 21.87 15.84 -
YUV 129.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 187 106 104 0 0.43 0.44 0.27 1.45 0.38 0.57
Hex BB 6A 68 0 2B 2C 1B 1 26 39
Octal 273 152 150 0 53 54 33 1 46 71
Binary 10111011 1101010 1101000 0 101011 101100 11011 1 100110 111001

Color Harmonies of #BB6A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A68

Black with #BB6A68

Text Example


Text Example

White with #BB6A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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