Html Css Color HEX #BB749D Bouquet

📋 copy color: '#BB749D'

red 187 ◦ green 116 ◦ blue 157

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

Shades of Bouquet #BB749D

Tints of Bouquet #BB749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.13%

R = 40.65%
G = 25.22%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB749D (or 0xBB749D) is known color: Bouquet. HEX triplet: BB, 74 and 9D. RGB value is (187,116,157). Sum of RGB (Red+Green+Blue) = 187+116+157=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB749D is #448B62. Grayscale: #8D8D8D. Windows color (decimal): -4492131 or 10319035. OLE color: 10319035.

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

Color convert

RGB 187 116 157 -
CMYK 0 0.38 0.16 0.27
HSL 325.35º 0.34% 0.59% -
HSV(B) 325.35º 0.38% 0.73% -
XYZ 32.82 25.49 35.09 -
YUV 141.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 187 116 157 0 0.38 0.16 0.27 325.35 0.34 0.59
Hex BB 74 9D 0 26 10 1B 145 22 3B
Octal 273 164 235 0 46 20 33 505 42 73
Binary 10111011 1110100 10011101 0 100110 10000 11011 101000101 100010 111011

Color Harmonies of #BB749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB749D

Black with #BB749D

Text Example


Text Example

White with #BB749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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