Html Css Color HEX #B95582 Royal Heath

📋 copy color: '#B95582'

red 185 ◦ green 85 ◦ blue 130

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

Shades of Royal Heath #B95582

Tints of Royal Heath #B95582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

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

R = 46.25%
G = 21.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B95582 (or 0xB95582) is known color: Royal Heath. HEX triplet: B9, 55 and 82. RGB value is (185,85,130). Sum of RGB (Red+Green+Blue) = 185+85+130=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B95582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95582 is #46AA7D. Grayscale: #777777. Windows color (decimal): -4631166 or 8541625. OLE color: 8541625.

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

Color convert

RGB 185 85 130 -
CMYK 0 0.54 0.30 0.27
HSL 333º 0.42% 0.53% -
HSV(B) 333º 0.54% 0.73% -
XYZ 27.29 18.42 23.24 -
YUV 120.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 185 85 130 0 0.54 0.30 0.27 333 0.42 0.53
Hex B9 55 82 0 36 1E 1B 14D 2A 35
Octal 271 125 202 0 66 36 33 515 52 65
Binary 10111001 1010101 10000010 0 110110 11110 11011 101001101 101010 110101

Color Harmonies of #B95582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95582

Black with #B95582

Text Example


Text Example

White with #B95582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95582; }

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

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

background-color css

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

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

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

border-color css

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

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

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