Html Css Color HEX #B64C7D Royal Heath

📋 copy color: '#B64C7D'

red 182 ◦ green 76 ◦ blue 125

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

Shades of Royal Heath #B64C7D

Tints of Royal Heath #B64C7D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 47.52%
G = 19.84%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B64C7D (or 0xB64C7D) is known color: Royal Heath. HEX triplet: B6, 4C and 7D. RGB value is (182,76,125). Sum of RGB (Red+Green+Blue) = 182+76+125=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C7D is #49B382. Grayscale: #717171. Windows color (decimal): -4830083 or 8211638. OLE color: 8211638.

HSL color Cylindrical-coordinate representation of color #B64C7D: hue angle of 332.26º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C7D is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 125 -
CMYK 0 0.58 0.31 0.29
HSL 332.26º 0.42% 0.51% -
HSV(B) 332.26º 0.58% 0.71% -
XYZ 25.58 16.59 21.26 -
YUV 113.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 182 76 125 0 0.58 0.31 0.29 332.26 0.42 0.51
Hex B6 4C 7D 0 3A 1F 1D 14C 2A 33
Octal 266 114 175 0 72 37 35 514 52 63
Binary 10110110 1001100 1111101 0 111010 11111 11101 101001100 101010 110011

Color Harmonies of #B64C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C7D

Black with #B64C7D

Text Example


Text Example

White with #B64C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C7D; }

 p { color: rgb(182,76,125); }

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

background-color css

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

 a { background-color: rgb(182,76,125); }

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

border-color css

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

 span { border-color: rgb(182,76,125); }

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