Html Css Color HEX #BB6867 Contessa

📋 copy color: '#BB6867'

red 187 ◦ green 104 ◦ blue 103

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

Shades of Contessa #BB6867

Tints of Contessa #BB6867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.4%

 BLUE value IS 103 (40.63% from 255) = 26.14%

R = 47.46%
G = 26.4%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB6867 (or 0xBB6867) is known color: Contessa. HEX triplet: BB, 68 and 67. RGB value is (187,104,103). Sum of RGB (Red+Green+Blue) = 187+104+103=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6867 is #449798. Grayscale: #808080. Windows color (decimal): -4495257 or 6777019. OLE color: 6777019.

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

Color convert

RGB 187 104 103 -
CMYK 0 0.44 0.45 0.27
HSL 0.71º 0.38% 0.57% -
HSV(B) 0.71º 0.45% 0.73% -
XYZ 27.89 21.44 15.5 -
YUV 128.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 187 104 103 0 0.44 0.45 0.27 0.71 0.38 0.57
Hex BB 68 67 0 2C 2D 1B 1 26 39
Octal 273 150 147 0 54 55 33 1 46 71
Binary 10111011 1101000 1100111 0 101100 101101 11011 1 100110 111001

Color Harmonies of #BB6867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6867

Black with #BB6867

Text Example


Text Example

White with #BB6867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6867; }

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

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

background-color css

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

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

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

border-color css

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

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

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