Html Css Color HEX #B64B7D Royal Heath

📋 copy color: '#B64B7D'

red 182 ◦ green 75 ◦ blue 125

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

Shades of Royal Heath #B64B7D

Tints of Royal Heath #B64B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.63%

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

R = 47.64%
G = 19.63%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B64B7D (or 0xB64B7D) is known color: Royal Heath. HEX triplet: B6, 4B and 7D. RGB value is (182,75,125). Sum of RGB (Red+Green+Blue) = 182+75+125=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64B7D is #49B482. Grayscale: #707070. Windows color (decimal): -4830339 or 8211382. OLE color: 8211382.

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

Color convert

RGB 182 75 125 -
CMYK 0 0.59 0.31 0.29
HSL 331.96º 0.42% 0.5% -
HSV(B) 331.96º 0.59% 0.71% -
XYZ 25.51 16.46 21.23 -
YUV 112.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 182 75 125 0 0.59 0.31 0.29 331.96 0.42 0.5
Hex B6 4B 7D 0 3B 1F 1D 14C 2A 32
Octal 266 113 175 0 73 37 35 514 52 62
Binary 10110110 1001011 1111101 0 111011 11111 11101 101001100 101010 110010

Color Harmonies of #B64B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64B7D

Black with #B64B7D

Text Example


Text Example

White with #B64B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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