Html Css Color HEX #B06497 Bouquet

📋 copy color: '#B06497'

red 176 ◦ green 100 ◦ blue 151

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

Shades of Bouquet #B06497

Tints of Bouquet #B06497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

 BLUE value IS 151 (59.38% from 255) = 35.36%

R = 41.22%
G = 23.42%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B06497 (or 0xB06497) is known color: Bouquet. HEX triplet: B0, 64 and 97. RGB value is (176,100,151). Sum of RGB (Red+Green+Blue) = 176+100+151=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B06497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06497 is #4F9B68. Grayscale: #808080. Windows color (decimal): -5217129 or 9921712. OLE color: 9921712.

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

Color convert

RGB 176 100 151 -
CMYK 0 0.43 0.14 0.31
HSL 319.74º 0.32% 0.54% -
HSV(B) 319.74º 0.43% 0.69% -
XYZ 28.05 20.58 31.77 -
YUV 128.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 176 100 151 0 0.43 0.14 0.31 319.74 0.32 0.54
Hex B0 64 97 0 2B E 1F 140 20 36
Octal 260 144 227 0 53 16 37 500 40 66
Binary 10110000 1100100 10010111 0 101011 1110 11111 101000000 100000 110110

Color Harmonies of #B06497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06497

Black with #B06497

Text Example


Text Example

White with #B06497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06497; }

 p { color: rgb(176,100,151); }

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

background-color css

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

 a { background-color: rgb(176,100,151); }

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

border-color css

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

 span { border-color: rgb(176,100,151); }

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