Html Css Color HEX #B46697 Bouquet

📋 copy color: '#B46697'

red 180 ◦ green 102 ◦ blue 151

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

Shades of Bouquet #B46697

Tints of Bouquet #B46697

RGB

 RED value IS 180 (70.7% from 255) = 41.57%

 GREEN value IS 102 (40.23% from 255) = 23.56%

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

R = 41.57%
G = 23.56%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B46697 (or 0xB46697) is known color: Bouquet. HEX triplet: B4, 66 and 97. RGB value is (180,102,151). Sum of RGB (Red+Green+Blue) = 180+102+151=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B46697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46697 is #4B9968. Grayscale: #828282. Windows color (decimal): -4954473 or 9922228. OLE color: 9922228.

HSL color Cylindrical-coordinate representation of color #B46697: hue angle of 322.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46697 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 102 151 -
CMYK 0 0.43 0.16 0.29
HSL 322.31º 0.34% 0.55% -
HSV(B) 322.31º 0.43% 0.71% -
XYZ 29.16 21.44 31.88 -
YUV 130.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 180 102 151 0 0.43 0.16 0.29 322.31 0.34 0.55
Hex B4 66 97 0 2B 10 1D 142 22 37
Octal 264 146 227 0 53 20 35 502 42 67
Binary 10110100 1100110 10010111 0 101011 10000 11101 101000010 100010 110111

Color Harmonies of #B46697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46697

Black with #B46697

Text Example


Text Example

White with #B46697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46697; }

 p { color: rgb(180,102,151); }

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

background-color css

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

 a { background-color: rgb(180,102,151); }

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

border-color css

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

 span { border-color: rgb(180,102,151); }

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