Html Css Color HEX #BB739D Bouquet

📋 copy color: '#BB739D'

red 187 ◦ green 115 ◦ blue 157

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

Shades of Bouquet #BB739D

Tints of Bouquet #BB739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

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

R = 40.74%
G = 25.05%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB739D (or 0xBB739D) is known color: Bouquet. HEX triplet: BB, 73 and 9D. RGB value is (187,115,157). Sum of RGB (Red+Green+Blue) = 187+115+157=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB739D is #448C62. Grayscale: #8D8D8D. Windows color (decimal): -4492387 or 10318779. OLE color: 10318779.

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

Color convert

RGB 187 115 157 -
CMYK 0 0.39 0.16 0.27
HSL 325º 0.35% 0.59% -
HSV(B) 325º 0.39% 0.73% -
XYZ 32.71 25.26 35.05 -
YUV 141.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 187 115 157 0 0.39 0.16 0.27 325 0.35 0.59
Hex BB 73 9D 0 27 10 1B 145 23 3B
Octal 273 163 235 0 47 20 33 505 43 73
Binary 10111011 1110011 10011101 0 100111 10000 11011 101000101 100011 111011

Color Harmonies of #BB739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB739D

Black with #BB739D

Text Example


Text Example

White with #BB739D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB739D; }

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

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

background-color css

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

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

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

border-color css

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

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

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