Html Css Color HEX #B07698 Bouquet

📋 copy color: '#B07698'

red 176 ◦ green 118 ◦ blue 152

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

Shades of Bouquet #B07698

Tints of Bouquet #B07698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.08%

R = 39.46%
G = 26.46%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B07698 (or 0xB07698) is known color: Bouquet. HEX triplet: B0, 76 and 98. RGB value is (176,118,152). Sum of RGB (Red+Green+Blue) = 176+118+152=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B07698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07698 is #4F8967. Grayscale: #8B8B8B. Windows color (decimal): -5212520 or 9991856. OLE color: 9991856.

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

Color convert

RGB 176 118 152 -
CMYK 0 0.33 0.14 0.31
HSL 324.83º 0.27% 0.58% -
HSV(B) 324.83º 0.33% 0.69% -
XYZ 30.05 24.45 32.84 -
YUV 139.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 176 118 152 0 0.33 0.14 0.31 324.83 0.27 0.58
Hex B0 76 98 0 21 E 1F 145 1B 3A
Octal 260 166 230 0 41 16 37 505 33 72
Binary 10110000 1110110 10011000 0 100001 1110 11111 101000101 11011 111010

Color Harmonies of #B07698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07698

Black with #B07698

Text Example


Text Example

White with #B07698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07698; }

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

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

background-color css

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

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

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

border-color css

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

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

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