Html Css Color HEX #B07699 Bouquet

📋 copy color: '#B07699'

red 176 ◦ green 118 ◦ blue 153

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

Shades of Bouquet #B07699

Tints of Bouquet #B07699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.4%

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

R = 39.37%
G = 26.4%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B07699 (or 0xB07699) is known color: Bouquet. HEX triplet: B0, 76 and 99. RGB value is (176,118,153). Sum of RGB (Red+Green+Blue) = 176+118+153=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B07699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07699 is #4F8966. Grayscale: #8B8B8B. Windows color (decimal): -5212519 or 10057392. OLE color: 10057392.

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

Color convert

RGB 176 118 153 -
CMYK 0 0.33 0.13 0.31
HSL 323.79º 0.27% 0.58% -
HSV(B) 323.79º 0.33% 0.69% -
XYZ 30.13 24.49 33.28 -
YUV 139.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 176 118 153 0 0.33 0.13 0.31 323.79 0.27 0.58
Hex B0 76 99 0 21 D 1F 144 1B 3A
Octal 260 166 231 0 41 15 37 504 33 72
Binary 10110000 1110110 10011001 0 100001 1101 11111 101000100 11011 111010

Color Harmonies of #B07699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07699

Black with #B07699

Text Example


Text Example

White with #B07699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07699; }

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

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

background-color css

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

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

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

border-color css

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

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

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