Html Css Color HEX #BB78A2 Bouquet

📋 copy color: '#BB78A2'

red 187 ◦ green 120 ◦ blue 162

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

Shades of Bouquet #BB78A2

Tints of Bouquet #BB78A2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.59%

 BLUE value IS 162 (63.67% from 255) = 34.54%

R = 39.87%
G = 25.59%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB78A2 (or 0xBB78A2) is known color: Bouquet. HEX triplet: BB, 78 and A2. RGB value is (187,120,162). Sum of RGB (Red+Green+Blue) = 187+120+162=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB78A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB78A2 is #44875D. Grayscale: #909090. Windows color (decimal): -4491102 or 10647739. OLE color: 10647739.

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

Color convert

RGB 187 120 162 -
CMYK 0 0.36 0.13 0.27
HSL 322.39º 0.33% 0.6% -
HSV(B) 322.39º 0.36% 0.73% -
XYZ 33.73 26.61 37.54 -
YUV 144.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 187 120 162 0 0.36 0.13 0.27 322.39 0.33 0.6
Hex BB 78 A2 0 24 D 1B 142 21 3C
Octal 273 170 242 0 44 15 33 502 41 74
Binary 10111011 1111000 10100010 0 100100 1101 11011 101000010 100001 111100

Color Harmonies of #BB78A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB78A2

Black with #BB78A2

Text Example


Text Example

White with #BB78A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB78A2; }

 p { color: rgb(187,120,162); }

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

background-color css

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

 a { background-color: rgb(187,120,162); }

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

border-color css

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

 span { border-color: rgb(187,120,162); }

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