Html Css Color HEX #B46695 Bouquet

📋 copy color: '#B46695'

red 180 ◦ green 102 ◦ blue 149

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

Shades of Bouquet #B46695

Tints of Bouquet #B46695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 41.76%
G = 23.67%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B46695 (or 0xB46695) is known color: Bouquet. HEX triplet: B4, 66 and 95. RGB value is (180,102,149). Sum of RGB (Red+Green+Blue) = 180+102+149=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B46695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46695 is #4B996A. Grayscale: #828282. Windows color (decimal): -4954475 or 9791156. OLE color: 9791156.

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

Color convert

RGB 180 102 149 -
CMYK 0 0.43 0.17 0.29
HSL 323.85º 0.34% 0.55% -
HSV(B) 323.85º 0.43% 0.71% -
XYZ 29 21.38 31.03 -
YUV 130.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 180 102 149 0 0.43 0.17 0.29 323.85 0.34 0.55
Hex B4 66 95 0 2B 11 1D 144 22 37
Octal 264 146 225 0 53 21 35 504 42 67
Binary 10110100 1100110 10010101 0 101011 10001 11101 101000100 100010 110111

Color Harmonies of #B46695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46695

Black with #B46695

Text Example


Text Example

White with #B46695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46695; }

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

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

background-color css

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

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

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

border-color css

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

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

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