Html Css Color HEX #B07999 Bouquet

📋 copy color: '#B07999'

red 176 ◦ green 121 ◦ blue 153

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

Shades of Bouquet #B07999

Tints of Bouquet #B07999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.89%

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

R = 39.11%
G = 26.89%
B = 34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B07999 (or 0xB07999) is known color: Bouquet. HEX triplet: B0, 79 and 99. RGB value is (176,121,153). Sum of RGB (Red+Green+Blue) = 176+121+153=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B07999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07999 is #4F8666. Grayscale: #8D8D8D. Windows color (decimal): -5211751 or 10058160. OLE color: 10058160.

HSL color Cylindrical-coordinate representation of color #B07999: hue angle of 325.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07999 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 121 153 -
CMYK 0 0.31 0.13 0.31
HSL 325.09º 0.26% 0.58% -
HSV(B) 325.09º 0.31% 0.69% -
XYZ 30.49 25.2 33.39 -
YUV 141.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 176 121 153 0 0.31 0.13 0.31 325.09 0.26 0.58
Hex B0 79 99 0 1F D 1F 145 1A 3A
Octal 260 171 231 0 37 15 37 505 32 72
Binary 10110000 1111001 10011001 0 11111 1101 11111 101000101 11010 111010

Color Harmonies of #B07999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07999

Black with #B07999

Text Example


Text Example

White with #B07999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07999; }

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

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

background-color css

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

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

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

border-color css

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

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

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