Html Css Color HEX #B64C6F Royal Heath

📋 copy color: '#B64C6F'

red 182 ◦ green 76 ◦ blue 111

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

Shades of Royal Heath #B64C6F

Tints of Royal Heath #B64C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 49.32%
G = 20.6%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B64C6F (or 0xB64C6F) is known color: Royal Heath. HEX triplet: B6, 4C and 6F. RGB value is (182,76,111). Sum of RGB (Red+Green+Blue) = 182+76+111=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C6F is #49B390. Grayscale: #6F6F6F. Windows color (decimal): -4830097 or 7294134. OLE color: 7294134.

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

Color convert

RGB 182 76 111 -
CMYK 0 0.58 0.39 0.29
HSL 340.19º 0.42% 0.51% -
HSV(B) 340.19º 0.58% 0.71% -
XYZ 24.75 16.26 16.87 -
YUV 111.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 182 76 111 0 0.58 0.39 0.29 340.19 0.42 0.51
Hex B6 4C 6F 0 3A 27 1D 154 2A 33
Octal 266 114 157 0 72 47 35 524 52 63
Binary 10110110 1001100 1101111 0 111010 100111 11101 101010100 101010 110011

Color Harmonies of #B64C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C6F

Black with #B64C6F

Text Example


Text Example

White with #B64C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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