Html Css Color HEX #B06295 Bouquet

📋 copy color: '#B06295'

red 176 ◦ green 98 ◦ blue 149

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

Shades of Bouquet #B06295

Tints of Bouquet #B06295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 41.61%
G = 23.17%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B06295 (or 0xB06295) is known color: Bouquet. HEX triplet: B0, 62 and 95. RGB value is (176,98,149). Sum of RGB (Red+Green+Blue) = 176+98+149=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B06295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06295 is #4F9D6A. Grayscale: #7F7F7F. Windows color (decimal): -5217643 or 9790128. OLE color: 9790128.

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

Color convert

RGB 176 98 149 -
CMYK 0 0.44 0.15 0.31
HSL 320.77º 0.33% 0.54% -
HSV(B) 320.77º 0.44% 0.69% -
XYZ 27.7 20.14 30.86 -
YUV 127.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 176 98 149 0 0.44 0.15 0.31 320.77 0.33 0.54
Hex B0 62 95 0 2C F 1F 141 21 36
Octal 260 142 225 0 54 17 37 501 41 66
Binary 10110000 1100010 10010101 0 101100 1111 11111 101000001 100001 110110

Color Harmonies of #B06295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06295

Black with #B06295

Text Example


Text Example

White with #B06295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06295; }

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

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

background-color css

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

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

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

border-color css

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

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

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