Html Css Color HEX #B0699D Bouquet

📋 copy color: '#B0699D'

red 176 ◦ green 105 ◦ blue 157

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

Shades of Bouquet #B0699D

Tints of Bouquet #B0699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 40.18%
G = 23.97%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0699D (or 0xB0699D) is known color: Bouquet. HEX triplet: B0, 69 and 9D. RGB value is (176,105,157). Sum of RGB (Red+Green+Blue) = 176+105+157=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0699D is #4F9662. Grayscale: #848484. Windows color (decimal): -5215843 or 10316208. OLE color: 10316208.

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

Color convert

RGB 176 105 157 -
CMYK 0 0.40 0.11 0.31
HSL 316.06º 0.31% 0.55% -
HSV(B) 316.06º 0.4% 0.69% -
XYZ 29.04 21.77 34.57 -
YUV 132.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 176 105 157 0 0.40 0.11 0.31 316.06 0.31 0.55
Hex B0 69 9D 0 28 B 1F 13C 1F 37
Octal 260 151 235 0 50 13 37 474 37 67
Binary 10110000 1101001 10011101 0 101000 1011 11111 100111100 11111 110111

Color Harmonies of #B0699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0699D

Black with #B0699D

Text Example


Text Example

White with #B0699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0699D; }

 p { color: rgb(176,105,157); }

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

background-color css

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

 a { background-color: rgb(176,105,157); }

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

border-color css

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

 span { border-color: rgb(176,105,157); }

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