Html Css Color HEX #B07299 Bouquet

📋 copy color: '#B07299'

red 176 ◦ green 114 ◦ blue 153

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

Shades of Bouquet #B07299

Tints of Bouquet #B07299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.73%

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

R = 39.73%
G = 25.73%
B = 34.54%

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

#B07299 (or 0xB07299) is known color: Bouquet. HEX triplet: B0, 72 and 99. RGB value is (176,114,153). Sum of RGB (Red+Green+Blue) = 176+114+153=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B07299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07299 is #4F8D66. Grayscale: #888888. Windows color (decimal): -5213543 or 10056368. OLE color: 10056368.

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

Color convert

RGB 176 114 153 -
CMYK 0 0.35 0.13 0.31
HSL 322.26º 0.28% 0.57% -
HSV(B) 322.26º 0.35% 0.69% -
XYZ 29.67 23.56 33.12 -
YUV 136.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 176 114 153 0 0.35 0.13 0.31 322.26 0.28 0.57
Hex B0 72 99 0 23 D 1F 142 1C 39
Octal 260 162 231 0 43 15 37 502 34 71
Binary 10110000 1110010 10011001 0 100011 1101 11111 101000010 11100 111001

Color Harmonies of #B07299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07299

Black with #B07299

Text Example


Text Example

White with #B07299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07299; }

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

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

background-color css

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

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

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

border-color css

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

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

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