Html Css Color HEX #B64575 Royal Heath

📋 copy color: '#B64575'

red 182 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #B64575

Tints of Royal Heath #B64575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.75%

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

R = 49.46%
G = 18.75%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B64575 (or 0xB64575) is known color: Royal Heath. HEX triplet: B6, 45 and 75. RGB value is (182,69,117). Sum of RGB (Red+Green+Blue) = 182+69+117=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B64575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64575 is #49BA8A. Grayscale: #6C6C6C. Windows color (decimal): -4831883 or 7685558. OLE color: 7685558.

HSL color Cylindrical-coordinate representation of color #B64575: hue angle of 334.51º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64575 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 69 117 -
CMYK 0 0.62 0.36 0.29
HSL 334.51º 0.45% 0.49% -
HSV(B) 334.51º 0.62% 0.71% -
XYZ 24.63 15.49 18.52 -
YUV 108.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 182 69 117 0 0.62 0.36 0.29 334.51 0.45 0.49
Hex B6 45 75 0 3E 24 1D 14F 2D 31
Octal 266 105 165 0 76 44 35 517 55 61
Binary 10110110 1000101 1110101 0 111110 100100 11101 101001111 101101 110001

Color Harmonies of #B64575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64575

Black with #B64575

Text Example


Text Example

White with #B64575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64575; }

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

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

background-color css

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

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

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

border-color css

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

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

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