Html Css Color HEX #B64275 Royal Heath

📋 copy color: '#B64275'

red 182 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #B64275

Tints of Royal Heath #B64275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

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

R = 49.86%
G = 18.08%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B64275 (or 0xB64275) is known color: Royal Heath. HEX triplet: B6, 42 and 75. RGB value is (182,66,117). Sum of RGB (Red+Green+Blue) = 182+66+117=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B64275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64275 is #49BD8A. Grayscale: #6A6A6A. Windows color (decimal): -4832651 or 7684790. OLE color: 7684790.

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

Color convert

RGB 182 66 117 -
CMYK 0 0.64 0.36 0.29
HSL 333.62º 0.47% 0.49% -
HSV(B) 333.62º 0.64% 0.71% -
XYZ 24.45 15.13 18.46 -
YUV 106.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 182 66 117 0 0.64 0.36 0.29 333.62 0.47 0.49
Hex B6 42 75 0 40 24 1D 14E 2F 31
Octal 266 102 165 0 100 44 35 516 57 61
Binary 10110110 1000010 1110101 0 1000000 100100 11101 101001110 101111 110001

Color Harmonies of #B64275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64275

Black with #B64275

Text Example


Text Example

White with #B64275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64275; }

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

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

background-color css

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

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

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

border-color css

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

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

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