Html Css Color HEX #B06494 Bouquet

📋 copy color: '#B06494'

red 176 ◦ green 100 ◦ blue 148

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

Shades of Bouquet #B06494

Tints of Bouquet #B06494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.91%

R = 41.51%
G = 23.58%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B06494 (or 0xB06494) is known color: Bouquet. HEX triplet: B0, 64 and 94. RGB value is (176,100,148). Sum of RGB (Red+Green+Blue) = 176+100+148=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B06494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06494 is #4F9B6B. Grayscale: #808080. Windows color (decimal): -5217132 or 9725104. OLE color: 9725104.

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

Color convert

RGB 176 100 148 -
CMYK 0 0.43 0.16 0.31
HSL 322.11º 0.32% 0.54% -
HSV(B) 322.11º 0.43% 0.69% -
XYZ 27.81 20.48 30.5 -
YUV 128.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 176 100 148 0 0.43 0.16 0.31 322.11 0.32 0.54
Hex B0 64 94 0 2B 10 1F 142 20 36
Octal 260 144 224 0 53 20 37 502 40 66
Binary 10110000 1100100 10010100 0 101011 10000 11111 101000010 100000 110110

Color Harmonies of #B06494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06494

Black with #B06494

Text Example


Text Example

White with #B06494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06494; }

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

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

background-color css

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

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

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

border-color css

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

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

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