Html Css Color HEX #B46594 Hopbush

📋 copy color: '#B46594'

red 180 ◦ green 101 ◦ blue 148

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

Shades of Hopbush #B46594

Tints of Hopbush #B46594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.54%

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

R = 41.96%
G = 23.54%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B46594 (or 0xB46594) is known color: Hopbush. HEX triplet: B4, 65 and 94. RGB value is (180,101,148). Sum of RGB (Red+Green+Blue) = 180+101+148=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46594 is #4B9A6B. Grayscale: #818181. Windows color (decimal): -4954732 or 9725364. OLE color: 9725364.

HSL color Cylindrical-coordinate representation of color #B46594: hue angle of 324.3º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46594 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 101 148 -
CMYK 0 0.44 0.18 0.29
HSL 324.3º 0.34% 0.55% -
HSV(B) 324.3º 0.44% 0.71% -
XYZ 28.82 21.15 30.58 -
YUV 129.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 180 101 148 0 0.44 0.18 0.29 324.3 0.34 0.55
Hex B4 65 94 0 2C 12 1D 144 22 37
Octal 264 145 224 0 54 22 35 504 42 67
Binary 10110100 1100101 10010100 0 101100 10010 11101 101000100 100010 110111

Color Harmonies of #B46594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46594

Black with #B46594

Text Example


Text Example

White with #B46594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46594; }

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

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

background-color css

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

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

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

border-color css

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

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

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