Html Css Color HEX #B46B94 Bouquet

📋 copy color: '#B46B94'

red 180 ◦ green 107 ◦ blue 148

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

Shades of Bouquet #B46B94

Tints of Bouquet #B46B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.02%

R = 41.38%
G = 24.6%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B46B94 (or 0xB46B94) is known color: Bouquet. HEX triplet: B4, 6B and 94. RGB value is (180,107,148). Sum of RGB (Red+Green+Blue) = 180+107+148=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46B94 is #4B946B. Grayscale: #858585. Windows color (decimal): -4953196 or 9726900. OLE color: 9726900.

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

Color convert

RGB 180 107 148 -
CMYK 0 0.41 0.18 0.29
HSL 326.3º 0.33% 0.56% -
HSV(B) 326.3º 0.41% 0.71% -
XYZ 29.43 22.36 30.78 -
YUV 133.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 180 107 148 0 0.41 0.18 0.29 326.3 0.33 0.56
Hex B4 6B 94 0 29 12 1D 146 21 38
Octal 264 153 224 0 51 22 35 506 41 70
Binary 10110100 1101011 10010100 0 101001 10010 11101 101000110 100001 111000

Color Harmonies of #B46B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46B94

Black with #B46B94

Text Example


Text Example

White with #B46B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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