Html Css Color HEX #BB709D Bouquet

📋 copy color: '#BB709D'

red 187 ◦ green 112 ◦ blue 157

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

Shades of Bouquet #BB709D

Tints of Bouquet #BB709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.56%

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

R = 41.01%
G = 24.56%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB709D (or 0xBB709D) is known color: Bouquet. HEX triplet: BB, 70 and 9D. RGB value is (187,112,157). Sum of RGB (Red+Green+Blue) = 187+112+157=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB709D is #448F62. Grayscale: #8B8B8B. Windows color (decimal): -4493155 or 10318011. OLE color: 10318011.

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

Color convert

RGB 187 112 157 -
CMYK 0 0.40 0.16 0.27
HSL 324º 0.36% 0.59% -
HSV(B) 324º 0.4% 0.73% -
XYZ 32.37 24.59 34.94 -
YUV 139.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 187 112 157 0 0.40 0.16 0.27 324 0.36 0.59
Hex BB 70 9D 0 28 10 1B 144 24 3B
Octal 273 160 235 0 50 20 33 504 44 73
Binary 10111011 1110000 10011101 0 101000 10000 11011 101000100 100100 111011

Color Harmonies of #BB709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB709D

Black with #BB709D

Text Example


Text Example

White with #BB709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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