Html Css Color HEX #B06499 Bouquet

📋 copy color: '#B06499'

red 176 ◦ green 100 ◦ blue 153

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

Shades of Bouquet #B06499

Tints of Bouquet #B06499

RGB

 RED value IS 176 (69.14% from 255) = 41.03%

 GREEN value IS 100 (39.45% from 255) = 23.31%

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 41.03%
G = 23.31%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B06499 (or 0xB06499) is known color: Bouquet. HEX triplet: B0, 64 and 99. RGB value is (176,100,153). Sum of RGB (Red+Green+Blue) = 176+100+153=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B06499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06499 is #4F9B66. Grayscale: #808080. Windows color (decimal): -5217127 or 10052784. OLE color: 10052784.

HSL color Cylindrical-coordinate representation of color #B06499: hue angle of 318.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06499 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 153 -
CMYK 0 0.43 0.13 0.31
HSL 318.16º 0.32% 0.54% -
HSV(B) 318.16º 0.43% 0.69% -
XYZ 28.21 20.64 32.63 -
YUV 128.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 176 100 153 0 0.43 0.13 0.31 318.16 0.32 0.54
Hex B0 64 99 0 2B D 1F 13E 20 36
Octal 260 144 231 0 53 15 37 476 40 66
Binary 10110000 1100100 10011001 0 101011 1101 11111 100111110 100000 110110

Color Harmonies of #B06499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06499

Black with #B06499

Text Example


Text Example

White with #B06499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06499; }

 p { color: rgb(176,100,153); }

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

background-color css

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

 a { background-color: rgb(176,100,153); }

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

border-color css

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

 span { border-color: rgb(176,100,153); }

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