Html Css Color HEX #B07799 Bouquet

📋 copy color: '#B07799'

red 176 ◦ green 119 ◦ blue 153

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

Shades of Bouquet #B07799

Tints of Bouquet #B07799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.56%

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

R = 39.29%
G = 26.56%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B07799 (or 0xB07799) is known color: Bouquet. HEX triplet: B0, 77 and 99. RGB value is (176,119,153). Sum of RGB (Red+Green+Blue) = 176+119+153=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B07799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07799 is #4F8866. Grayscale: #8B8B8B. Windows color (decimal): -5212263 or 10057648. OLE color: 10057648.

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

Color convert

RGB 176 119 153 -
CMYK 0 0.32 0.13 0.31
HSL 324.21º 0.27% 0.58% -
HSV(B) 324.21º 0.32% 0.69% -
XYZ 30.25 24.72 33.31 -
YUV 139.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 176 119 153 0 0.32 0.13 0.31 324.21 0.27 0.58
Hex B0 77 99 0 20 D 1F 144 1B 3A
Octal 260 167 231 0 40 15 37 504 33 72
Binary 10110000 1110111 10011001 0 100000 1101 11111 101000100 11011 111010

Color Harmonies of #B07799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07799

Black with #B07799

Text Example


Text Example

White with #B07799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07799; }

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

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

background-color css

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

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

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

border-color css

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

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

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