Html Css Color HEX #B65478 Royal Heath

📋 copy color: '#B65478'

red 182 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #B65478

Tints of Royal Heath #B65478

RGB

 RED value IS 182 (71.48% from 255) = 47.15%

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

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 47.15%
G = 21.76%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B65478 (or 0xB65478) is known color: Royal Heath. HEX triplet: B6, 54 and 78. RGB value is (182,84,120). Sum of RGB (Red+Green+Blue) = 182+84+120=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B65478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65478 is #49AB87. Grayscale: #757575. Windows color (decimal): -4828040 or 7886006. OLE color: 7886006.

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

Color convert

RGB 182 84 120 -
CMYK 0 0.54 0.34 0.29
HSL 337.96º 0.4% 0.52% -
HSV(B) 337.96º 0.54% 0.71% -
XYZ 25.85 17.64 19.81 -
YUV 117.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 182 84 120 0 0.54 0.34 0.29 337.96 0.4 0.52
Hex B6 54 78 0 36 22 1D 152 28 34
Octal 266 124 170 0 66 42 35 522 50 64
Binary 10110110 1010100 1111000 0 110110 100010 11101 101010010 101000 110100

Color Harmonies of #B65478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65478

Black with #B65478

Text Example


Text Example

White with #B65478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65478; }

 p { color: rgb(182,84,120); }

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

background-color css

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

 a { background-color: rgb(182,84,120); }

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

border-color css

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

 span { border-color: rgb(182,84,120); }

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