Html Css Color HEX #B06799 Bouquet

📋 copy color: '#B06799'

red 176 ◦ green 103 ◦ blue 153

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

Shades of Bouquet #B06799

Tints of Bouquet #B06799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.84%

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

R = 40.74%
G = 23.84%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B06799 (or 0xB06799) is known color: Bouquet. HEX triplet: B0, 67 and 99. RGB value is (176,103,153). Sum of RGB (Red+Green+Blue) = 176+103+153=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B06799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06799 is #4F9866. Grayscale: #828282. Windows color (decimal): -5216359 or 10053552. OLE color: 10053552.

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

Color convert

RGB 176 103 153 -
CMYK 0 0.41 0.13 0.31
HSL 318.9º 0.32% 0.55% -
HSV(B) 318.9º 0.41% 0.69% -
XYZ 28.5 21.23 32.73 -
YUV 130.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 176 103 153 0 0.41 0.13 0.31 318.9 0.32 0.55
Hex B0 67 99 0 29 D 1F 13F 20 37
Octal 260 147 231 0 51 15 37 477 40 67
Binary 10110000 1100111 10011001 0 101001 1101 11111 100111111 100000 110111

Color Harmonies of #B06799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06799

Black with #B06799

Text Example


Text Example

White with #B06799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06799; }

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

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

background-color css

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

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

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

border-color css

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

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

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