Html Css Color HEX #B06294 Bouquet

📋 copy color: '#B06294'

red 176 ◦ green 98 ◦ blue 148

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

Shades of Bouquet #B06294

Tints of Bouquet #B06294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.22%

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

R = 41.71%
G = 23.22%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B06294 (or 0xB06294) is known color: Bouquet. HEX triplet: B0, 62 and 94. RGB value is (176,98,148). Sum of RGB (Red+Green+Blue) = 176+98+148=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B06294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06294 is #4F9D6B. Grayscale: #7E7E7E. Windows color (decimal): -5217644 or 9724592. OLE color: 9724592.

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

Color convert

RGB 176 98 148 -
CMYK 0 0.44 0.16 0.31
HSL 321.54º 0.33% 0.54% -
HSV(B) 321.54º 0.44% 0.69% -
XYZ 27.62 20.1 30.44 -
YUV 127.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 176 98 148 0 0.44 0.16 0.31 321.54 0.33 0.54
Hex B0 62 94 0 2C 10 1F 142 21 36
Octal 260 142 224 0 54 20 37 502 41 66
Binary 10110000 1100010 10010100 0 101100 10000 11111 101000010 100001 110110

Color Harmonies of #B06294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06294

Black with #B06294

Text Example


Text Example

White with #B06294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06294; }

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

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

background-color css

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

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

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

border-color css

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

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

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