Html Css Color HEX #B07399 Bouquet

📋 copy color: '#B07399'

red 176 ◦ green 115 ◦ blue 153

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

Shades of Bouquet #B07399

Tints of Bouquet #B07399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.46%

R = 39.64%
G = 25.9%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B07399 (or 0xB07399) is known color: Bouquet. HEX triplet: B0, 73 and 99. RGB value is (176,115,153). Sum of RGB (Red+Green+Blue) = 176+115+153=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B07399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07399 is #4F8C66. Grayscale: #898989. Windows color (decimal): -5213287 or 10056624. OLE color: 10056624.

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

Color convert

RGB 176 115 153 -
CMYK 0 0.35 0.13 0.31
HSL 322.62º 0.28% 0.57% -
HSV(B) 322.62º 0.35% 0.69% -
XYZ 29.79 23.79 33.16 -
YUV 137.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 176 115 153 0 0.35 0.13 0.31 322.62 0.28 0.57
Hex B0 73 99 0 23 D 1F 143 1C 39
Octal 260 163 231 0 43 15 37 503 34 71
Binary 10110000 1110011 10011001 0 100011 1101 11111 101000011 11100 111001

Color Harmonies of #B07399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07399

Black with #B07399

Text Example


Text Example

White with #B07399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07399; }

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

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

background-color css

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

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

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

border-color css

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

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

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