Html Css Color HEX #B06593 Bouquet

📋 copy color: '#B06593'

red 176 ◦ green 101 ◦ blue 147

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

Shades of Bouquet #B06593

Tints of Bouquet #B06593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.67%

R = 41.51%
G = 23.82%
B = 34.67%

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

#B06593 (or 0xB06593) is known color: Bouquet. HEX triplet: B0, 65 and 93. RGB value is (176,101,147). Sum of RGB (Red+Green+Blue) = 176+101+147=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B06593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06593 is #4F9A6C. Grayscale: #808080. Windows color (decimal): -5216877 or 9659824. OLE color: 9659824.

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

Color convert

RGB 176 101 147 -
CMYK 0 0.43 0.16 0.31
HSL 323.2º 0.32% 0.54% -
HSV(B) 323.2º 0.43% 0.69% -
XYZ 27.82 20.64 30.12 -
YUV 128.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 176 101 147 0 0.43 0.16 0.31 323.2 0.32 0.54
Hex B0 65 93 0 2B 10 1F 143 20 36
Octal 260 145 223 0 53 20 37 503 40 66
Binary 10110000 1100101 10010011 0 101011 10000 11111 101000011 100000 110110

Color Harmonies of #B06593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06593

Black with #B06593

Text Example


Text Example

White with #B06593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06593; }

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

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

background-color css

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

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

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

border-color css

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

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

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