Html Css Color HEX #B46B9C Bouquet

📋 copy color: '#B46B9C'

red 180 ◦ green 107 ◦ blue 156

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

Shades of Bouquet #B46B9C

Tints of Bouquet #B46B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.21%

R = 40.63%
G = 24.15%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B46B9C (or 0xB46B9C) is known color: Bouquet. HEX triplet: B4, 6B and 9C. RGB value is (180,107,156). Sum of RGB (Red+Green+Blue) = 180+107+156=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46B9C is #4B9463. Grayscale: #868686. Windows color (decimal): -4953188 or 10251188. OLE color: 10251188.

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

Color convert

RGB 180 107 156 -
CMYK 0 0.41 0.13 0.29
HSL 319.73º 0.33% 0.56% -
HSV(B) 319.73º 0.41% 0.71% -
XYZ 30.08 22.62 34.23 -
YUV 134.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 180 107 156 0 0.41 0.13 0.29 319.73 0.33 0.56
Hex B4 6B 9C 0 29 D 1D 140 21 38
Octal 264 153 234 0 51 15 35 500 41 70
Binary 10110100 1101011 10011100 0 101001 1101 11101 101000000 100001 111000

Color Harmonies of #B46B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46B9C

Black with #B46B9C

Text Example


Text Example

White with #B46B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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