Html Css Color HEX #BB746B Contessa

📋 copy color: '#BB746B'

red 187 ◦ green 116 ◦ blue 107

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

Shades of Contessa #BB746B

Tints of Contessa #BB746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 45.61%
G = 28.29%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB746B (or 0xBB746B) is known color: Contessa. HEX triplet: BB, 74 and 6B. RGB value is (187,116,107). Sum of RGB (Red+Green+Blue) = 187+116+107=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB746B is #448B94. Grayscale: #888888. Windows color (decimal): -4492181 or 7042235. OLE color: 7042235.

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

Color convert

RGB 187 116 107 -
CMYK 0 0.38 0.43 0.27
HSL 6.75º 0.37% 0.58% -
HSV(B) 6.75º 0.43% 0.73% -
XYZ 29.39 24.12 17.02 -
YUV 136.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 187 116 107 0 0.38 0.43 0.27 6.75 0.37 0.58
Hex BB 74 6B 0 26 2B 1B 7 25 3A
Octal 273 164 153 0 46 53 33 7 45 72
Binary 10111011 1110100 1101011 0 100110 101011 11011 111 100101 111010

Color Harmonies of #BB746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB746B

Black with #BB746B

Text Example


Text Example

White with #BB746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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