Html Css Color HEX #B46BA2 Bouquet

📋 copy color: '#B46BA2'

red 180 ◦ green 107 ◦ blue 162

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

Shades of Bouquet #B46BA2

Tints of Bouquet #B46BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.83%

 BLUE value IS 162 (63.67% from 255) = 36.08%

R = 40.09%
G = 23.83%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B46BA2 (or 0xB46BA2) is known color: Bouquet. HEX triplet: B4, 6B and A2. RGB value is (180,107,162). Sum of RGB (Red+Green+Blue) = 180+107+162=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B46BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46BA2 is #4B945D. Grayscale: #868686. Windows color (decimal): -4953182 or 10644404. OLE color: 10644404.

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

Color convert

RGB 180 107 162 -
CMYK 0 0.41 0.1 0.29
HSL 314.79º 0.33% 0.56% -
HSV(B) 314.79º 0.41% 0.71% -
XYZ 30.6 22.83 36.98 -
YUV 135.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 180 107 162 0 0.41 0.1 0.29 314.79 0.33 0.56
Hex B4 6B A2 0 29 A 1D 13B 21 38
Octal 264 153 242 0 51 12 35 473 41 70
Binary 10110100 1101011 10100010 0 101001 1010 11101 100111011 100001 111000

Color Harmonies of #B46BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BA2

Black with #B46BA2

Text Example


Text Example

White with #B46BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BA2; }

 p { color: rgb(180,107,162); }

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

background-color css

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

 a { background-color: rgb(180,107,162); }

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

border-color css

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

 span { border-color: rgb(180,107,162); }

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