Html Css Color HEX #B64975 Royal Heath

📋 copy color: '#B64975'

red 182 ◦ green 73 ◦ blue 117

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

Shades of Royal Heath #B64975

Tints of Royal Heath #B64975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.62%

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 48.92%
G = 19.62%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B64975 (or 0xB64975) is known color: Royal Heath. HEX triplet: B6, 49 and 75. RGB value is (182,73,117). Sum of RGB (Red+Green+Blue) = 182+73+117=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B64975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64975 is #49B68A. Grayscale: #6E6E6E. Windows color (decimal): -4830859 or 7686582. OLE color: 7686582.

HSL color Cylindrical-coordinate representation of color #B64975: hue angle of 335.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64975 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 73 117 -
CMYK 0 0.60 0.36 0.29
HSL 335.78º 0.43% 0.5% -
HSV(B) 335.78º 0.6% 0.71% -
XYZ 24.88 15.99 18.61 -
YUV 110.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 182 73 117 0 0.60 0.36 0.29 335.78 0.43 0.5
Hex B6 49 75 0 3C 24 1D 150 2B 32
Octal 266 111 165 0 74 44 35 520 53 62
Binary 10110110 1001001 1110101 0 111100 100100 11101 101010000 101011 110010

Color Harmonies of #B64975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64975

Black with #B64975

Text Example


Text Example

White with #B64975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64975; }

 p { color: rgb(182,73,117); }

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

background-color css

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

 a { background-color: rgb(182,73,117); }

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

border-color css

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

 span { border-color: rgb(182,73,117); }

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