Html Css Color HEX #B46995 Bouquet

📋 copy color: '#B46995'

red 180 ◦ green 105 ◦ blue 149

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

Shades of Bouquet #B46995

Tints of Bouquet #B46995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.19%

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

R = 41.47%
G = 24.19%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B46995 (or 0xB46995) is known color: Bouquet. HEX triplet: B4, 69 and 95. RGB value is (180,105,149). Sum of RGB (Red+Green+Blue) = 180+105+149=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B46995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46995 is #4B966A. Grayscale: #848484. Windows color (decimal): -4953707 or 9791924. OLE color: 9791924.

HSL color Cylindrical-coordinate representation of color #B46995: hue angle of 324.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46995 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 149 -
CMYK 0 0.42 0.17 0.29
HSL 324.8º 0.33% 0.56% -
HSV(B) 324.8º 0.42% 0.71% -
XYZ 29.3 21.98 31.13 -
YUV 132.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 180 105 149 0 0.42 0.17 0.29 324.8 0.33 0.56
Hex B4 69 95 0 2A 11 1D 145 21 38
Octal 264 151 225 0 52 21 35 505 41 70
Binary 10110100 1101001 10010101 0 101010 10001 11101 101000101 100001 111000

Color Harmonies of #B46995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46995

Black with #B46995

Text Example


Text Example

White with #B46995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46995; }

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

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

background-color css

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

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

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

border-color css

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

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

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