Html Css Color HEX #B0659A Bouquet

📋 copy color: '#B0659A'

red 176 ◦ green 101 ◦ blue 154

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

Shades of Bouquet #B0659A

Tints of Bouquet #B0659A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.43%

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 40.84%
G = 23.43%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0659A (or 0xB0659A) is known color: Bouquet. HEX triplet: B0, 65 and 9A. RGB value is (176,101,154). Sum of RGB (Red+Green+Blue) = 176+101+154=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0659A is #4F9A65. Grayscale: #818181. Windows color (decimal): -5216870 or 10118576. OLE color: 10118576.

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

Color convert

RGB 176 101 154 -
CMYK 0 0.43 0.12 0.31
HSL 317.6º 0.32% 0.54% -
HSV(B) 317.6º 0.43% 0.69% -
XYZ 28.39 20.87 33.1 -
YUV 129.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 176 101 154 0 0.43 0.12 0.31 317.6 0.32 0.54
Hex B0 65 9A 0 2B C 1F 13E 20 36
Octal 260 145 232 0 53 14 37 476 40 66
Binary 10110000 1100101 10011010 0 101011 1100 11111 100111110 100000 110110

Color Harmonies of #B0659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0659A

Black with #B0659A

Text Example


Text Example

White with #B0659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0659A; }

 p { color: rgb(176,101,154); }

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

background-color css

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

 a { background-color: rgb(176,101,154); }

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

border-color css

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

 span { border-color: rgb(176,101,154); }

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