Html Css Color HEX #B06598 Bouquet

📋 copy color: '#B06598'

red 176 ◦ green 101 ◦ blue 152

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

Shades of Bouquet #B06598

Tints of Bouquet #B06598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.54%

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 41.03%
G = 23.54%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B06598 (or 0xB06598) is known color: Bouquet. HEX triplet: B0, 65 and 98. RGB value is (176,101,152). Sum of RGB (Red+Green+Blue) = 176+101+152=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B06598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06598 is #4F9A67. Grayscale: #818181. Windows color (decimal): -5216872 or 9987504. OLE color: 9987504.

HSL color Cylindrical-coordinate representation of color #B06598: hue angle of 319.2º 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 #B06598 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 101 152 -
CMYK 0 0.43 0.14 0.31
HSL 319.2º 0.32% 0.54% -
HSV(B) 319.2º 0.43% 0.69% -
XYZ 28.23 20.8 32.23 -
YUV 129.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 176 101 152 0 0.43 0.14 0.31 319.2 0.32 0.54
Hex B0 65 98 0 2B E 1F 13F 20 36
Octal 260 145 230 0 53 16 37 477 40 66
Binary 10110000 1100101 10011000 0 101011 1110 11111 100111111 100000 110110

Color Harmonies of #B06598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06598

Black with #B06598

Text Example


Text Example

White with #B06598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06598; }

 p { color: rgb(176,101,152); }

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

background-color css

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

 a { background-color: rgb(176,101,152); }

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

border-color css

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

 span { border-color: rgb(176,101,152); }

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