Html Css Color HEX #B06597 Bouquet

📋 copy color: '#B06597'

red 176 ◦ green 101 ◦ blue 151

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

Shades of Bouquet #B06597

Tints of Bouquet #B06597

RGB

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

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

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

R = 41.12%
G = 23.6%
B = 35.28%

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

#B06597 (or 0xB06597) is known color: Bouquet. HEX triplet: B0, 65 and 97. RGB value is (176,101,151). Sum of RGB (Red+Green+Blue) = 176+101+151=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B06597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06597 is #4F9A68. Grayscale: #818181. Windows color (decimal): -5216873 or 9921968. OLE color: 9921968.

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

Color convert

RGB 176 101 151 -
CMYK 0 0.43 0.14 0.31
HSL 320º 0.32% 0.54% -
HSV(B) 320º 0.43% 0.69% -
XYZ 28.14 20.77 31.8 -
YUV 129.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 176 101 151 0 0.43 0.14 0.31 320 0.32 0.54
Hex B0 65 97 0 2B E 1F 140 20 36
Octal 260 145 227 0 53 16 37 500 40 66
Binary 10110000 1100101 10010111 0 101011 1110 11111 101000000 100000 110110

Color Harmonies of #B06597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06597

Black with #B06597

Text Example


Text Example

White with #B06597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06597; }

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

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

background-color css

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

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

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

border-color css

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

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

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