Html Css Color HEX #BB759D Bouquet

📋 copy color: '#BB759D'

red 187 ◦ green 117 ◦ blue 157

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

Shades of Bouquet #BB759D

Tints of Bouquet #BB759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.38%

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

R = 40.56%
G = 25.38%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB759D (or 0xBB759D) is known color: Bouquet. HEX triplet: BB, 75 and 9D. RGB value is (187,117,157). Sum of RGB (Red+Green+Blue) = 187+117+157=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB759D is #448A62. Grayscale: #8E8E8E. Windows color (decimal): -4491875 or 10319291. OLE color: 10319291.

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

Color convert

RGB 187 117 157 -
CMYK 0 0.37 0.16 0.27
HSL 325.71º 0.34% 0.6% -
HSV(B) 325.71º 0.37% 0.73% -
XYZ 32.94 25.72 35.13 -
YUV 142.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 187 117 157 0 0.37 0.16 0.27 325.71 0.34 0.6
Hex BB 75 9D 0 25 10 1B 146 22 3C
Octal 273 165 235 0 45 20 33 506 42 74
Binary 10111011 1110101 10011101 0 100101 10000 11011 101000110 100010 111100

Color Harmonies of #BB759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB759D

Black with #BB759D

Text Example


Text Example

White with #BB759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB759D; }

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

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

background-color css

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

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

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

border-color css

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

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

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