Html Css Color HEX #B64C7B Royal Heath

📋 copy color: '#B64C7B'

red 182 ◦ green 76 ◦ blue 123

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

Shades of Royal Heath #B64C7B

Tints of Royal Heath #B64C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 47.77%
G = 19.95%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B64C7B (or 0xB64C7B) is known color: Royal Heath. HEX triplet: B6, 4C and 7B. RGB value is (182,76,123). Sum of RGB (Red+Green+Blue) = 182+76+123=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C7B is #49B384. Grayscale: #707070. Windows color (decimal): -4830085 or 8080566. OLE color: 8080566.

HSL color Cylindrical-coordinate representation of color #B64C7B: hue angle of 333.4º 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 #B64C7B is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 123 -
CMYK 0 0.58 0.32 0.29
HSL 333.4º 0.42% 0.51% -
HSV(B) 333.4º 0.58% 0.71% -
XYZ 25.45 16.54 20.59 -
YUV 113.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 182 76 123 0 0.58 0.32 0.29 333.4 0.42 0.51
Hex B6 4C 7B 0 3A 20 1D 14D 2A 33
Octal 266 114 173 0 72 40 35 515 52 63
Binary 10110110 1001100 1111011 0 111010 100000 11101 101001101 101010 110011

Color Harmonies of #B64C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C7B

Black with #B64C7B

Text Example


Text Example

White with #B64C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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