Html Css Color HEX #B95482 Royal Heath

📋 copy color: '#B95482'

red 185 ◦ green 84 ◦ blue 130

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

Shades of Royal Heath #B95482

Tints of Royal Heath #B95482

RGB

 RED value IS 185 (72.66% from 255) = 46.37%

 GREEN value IS 84 (33.2% from 255) = 21.05%

 BLUE value IS 130 (51.17% from 255) = 32.58%

R = 46.37%
G = 21.05%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B95482 (or 0xB95482) is known color: Royal Heath. HEX triplet: B9, 54 and 82. RGB value is (185,84,130). Sum of RGB (Red+Green+Blue) = 185+84+130=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B95482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95482 is #46AB7D. Grayscale: #777777. Windows color (decimal): -4631422 or 8541369. OLE color: 8541369.

HSL color Cylindrical-coordinate representation of color #B95482: hue angle of 332.67º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95482 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 84 130 -
CMYK 0 0.55 0.30 0.27
HSL 332.67º 0.42% 0.53% -
HSV(B) 332.67º 0.55% 0.73% -
XYZ 27.21 18.27 23.21 -
YUV 119.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 185 84 130 0 0.55 0.30 0.27 332.67 0.42 0.53
Hex B9 54 82 0 37 1E 1B 14D 2A 35
Octal 271 124 202 0 67 36 33 515 52 65
Binary 10111001 1010100 10000010 0 110111 11110 11011 101001101 101010 110101

Color Harmonies of #B95482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95482

Black with #B95482

Text Example


Text Example

White with #B95482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95482; }

 p { color: rgb(185,84,130); }

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

background-color css

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

 a { background-color: rgb(185,84,130); }

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

border-color css

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

 span { border-color: rgb(185,84,130); }

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