Html Css Color HEX #B07394 Bouquet

📋 copy color: '#B07394'

red 176 ◦ green 115 ◦ blue 148

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

Shades of Bouquet #B07394

Tints of Bouquet #B07394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.2%

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

R = 40.09%
G = 26.2%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B07394 (or 0xB07394) is known color: Bouquet. HEX triplet: B0, 73 and 94. RGB value is (176,115,148). Sum of RGB (Red+Green+Blue) = 176+115+148=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07394 is #4F8C6B. Grayscale: #888888. Windows color (decimal): -5213292 or 9728944. OLE color: 9728944.

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

Color convert

RGB 176 115 148 -
CMYK 0 0.35 0.16 0.31
HSL 327.54º 0.28% 0.57% -
HSV(B) 327.54º 0.35% 0.69% -
XYZ 29.38 23.63 31.03 -
YUV 137 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 176 115 148 0 0.35 0.16 0.31 327.54 0.28 0.57
Hex B0 73 94 0 23 10 1F 148 1C 39
Octal 260 163 224 0 43 20 37 510 34 71
Binary 10110000 1110011 10010100 0 100011 10000 11111 101001000 11100 111001

Color Harmonies of #B07394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07394

Black with #B07394

Text Example


Text Example

White with #B07394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07394; }

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

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

background-color css

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

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

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

border-color css

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

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

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