Html Css Color HEX #BB746E Contessa

📋 copy color: '#BB746E'

red 187 ◦ green 116 ◦ blue 110

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

Shades of Contessa #BB746E

Tints of Contessa #BB746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

 BLUE value IS 110 (43.36% from 255) = 26.63%

R = 45.28%
G = 28.09%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB746E (or 0xBB746E) is known color: Contessa. HEX triplet: BB, 74 and 6E. RGB value is (187,116,110). Sum of RGB (Red+Green+Blue) = 187+116+110=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB746E is #448B91. Grayscale: #888888. Windows color (decimal): -4492178 or 7238843. OLE color: 7238843.

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

Color convert

RGB 187 116 110 -
CMYK 0 0.38 0.41 0.27
HSL 4.68º 0.36% 0.58% -
HSV(B) 4.68º 0.41% 0.73% -
XYZ 29.55 24.18 17.86 -
YUV 136.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 187 116 110 0 0.38 0.41 0.27 4.68 0.36 0.58
Hex BB 74 6E 0 26 29 1B 5 24 3A
Octal 273 164 156 0 46 51 33 5 44 72
Binary 10111011 1110100 1101110 0 100110 101001 11011 101 100100 111010

Color Harmonies of #BB746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB746E

Black with #BB746E

Text Example


Text Example

White with #BB746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB746E; }

 p { color: rgb(187,116,110); }

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

background-color css

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

 a { background-color: rgb(187,116,110); }

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

border-color css

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

 span { border-color: rgb(187,116,110); }

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