Html Css Color HEX #B0699E Bouquet

📋 copy color: '#B0699E'

red 176 ◦ green 105 ◦ blue 158

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

Shades of Bouquet #B0699E

Tints of Bouquet #B0699E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.99%

R = 40.09%
G = 23.92%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0699E (or 0xB0699E) is known color: Bouquet. HEX triplet: B0, 69 and 9E. RGB value is (176,105,158). Sum of RGB (Red+Green+Blue) = 176+105+158=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0699E is #4F9661. Grayscale: #848484. Windows color (decimal): -5215842 or 10381744. OLE color: 10381744.

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

Color convert

RGB 176 105 158 -
CMYK 0 0.40 0.10 0.31
HSL 315.21º 0.31% 0.55% -
HSV(B) 315.21º 0.4% 0.69% -
XYZ 29.13 21.8 35.02 -
YUV 132.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 176 105 158 0 0.40 0.10 0.31 315.21 0.31 0.55
Hex B0 69 9E 0 28 A 1F 13B 1F 37
Octal 260 151 236 0 50 12 37 473 37 67
Binary 10110000 1101001 10011110 0 101000 1010 11111 100111011 11111 110111

Color Harmonies of #B0699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0699E

Black with #B0699E

Text Example


Text Example

White with #B0699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0699E; }

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

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

background-color css

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

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

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

border-color css

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

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

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