Html Css Color HEX #B64175 Royal Heath

📋 copy color: '#B64175'

red 182 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #B64175

Tints of Royal Heath #B64175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.86%

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

R = 50%
G = 17.86%
B = 32.14%

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

#B64175 (or 0xB64175) is known color: Royal Heath. HEX triplet: B6, 41 and 75. RGB value is (182,65,117). Sum of RGB (Red+Green+Blue) = 182+65+117=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B64175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64175 is #49BE8A. Grayscale: #696969. Windows color (decimal): -4832907 or 7684534. OLE color: 7684534.

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

Color convert

RGB 182 65 117 -
CMYK 0 0.64 0.36 0.29
HSL 333.33º 0.47% 0.48% -
HSV(B) 333.33º 0.64% 0.71% -
XYZ 24.39 15.01 18.44 -
YUV 105.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 182 65 117 0 0.64 0.36 0.29 333.33 0.47 0.48
Hex B6 41 75 0 40 24 1D 14D 2F 30
Octal 266 101 165 0 100 44 35 515 57 60
Binary 10110110 1000001 1110101 0 1000000 100100 11101 101001101 101111 110000

Color Harmonies of #B64175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64175

Black with #B64175

Text Example


Text Example

White with #B64175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64175; }

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

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

background-color css

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

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

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

border-color css

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

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

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