Html Css Color HEX #B45282 Royal Heath

📋 copy color: '#B45282'

red 180 ◦ green 82 ◦ blue 130

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

Shades of Royal Heath #B45282

Tints of Royal Heath #B45282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.92%

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

R = 45.92%
G = 20.92%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B45282 (or 0xB45282) is known color: Royal Heath. HEX triplet: B4, 52 and 82. RGB value is (180,82,130). Sum of RGB (Red+Green+Blue) = 180+82+130=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B45282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45282 is #4BAD7D. Grayscale: #747474. Windows color (decimal): -4959614 or 8540852. OLE color: 8540852.

HSL color Cylindrical-coordinate representation of color #B45282: hue angle of 330.61º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45282 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 130 -
CMYK 0 0.54 0.28 0.29
HSL 330.61º 0.4% 0.51% -
HSV(B) 330.61º 0.54% 0.71% -
XYZ 25.87 17.35 23.1 -
YUV 116.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 180 82 130 0 0.54 0.28 0.29 330.61 0.4 0.51
Hex B4 52 82 0 36 1C 1D 14B 28 33
Octal 264 122 202 0 66 34 35 513 50 63
Binary 10110100 1010010 10000010 0 110110 11100 11101 101001011 101000 110011

Color Harmonies of #B45282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45282

Black with #B45282

Text Example


Text Example

White with #B45282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45282; }

 p { color: rgb(180,82,130); }

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

background-color css

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

 a { background-color: rgb(180,82,130); }

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

border-color css

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

 span { border-color: rgb(180,82,130); }

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