Html Css Color HEX #B63874 Royal Heath

📋 copy color: '#B63874'

red 182 ◦ green 56 ◦ blue 116

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

Shades of Royal Heath #B63874

Tints of Royal Heath #B63874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.82%

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 51.41%
G = 15.82%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B63874 (or 0xB63874) is known color: Royal Heath. HEX triplet: B6, 38 and 74. RGB value is (182,56,116). Sum of RGB (Red+Green+Blue) = 182+56+116=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B63874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63874 is #49C78B. Grayscale: #646464. Windows color (decimal): -4835212 or 7616694. OLE color: 7616694.

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

Color convert

RGB 182 56 116 -
CMYK 0 0.69 0.36 0.29
HSL 331.43º 0.53% 0.47% -
HSV(B) 331.43º 0.69% 0.71% -
XYZ 23.86 14.03 17.97 -
YUV 100.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 182 56 116 0 0.69 0.36 0.29 331.43 0.53 0.47
Hex B6 38 74 0 45 24 1D 14B 35 2F
Octal 266 70 164 0 105 44 35 513 65 57
Binary 10110110 111000 1110100 0 1000101 100100 11101 101001011 110101 101111

Color Harmonies of #B63874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63874

Black with #B63874

Text Example


Text Example

White with #B63874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63874; }

 p { color: rgb(182,56,116); }

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

background-color css

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

 a { background-color: rgb(182,56,116); }

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

border-color css

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

 span { border-color: rgb(182,56,116); }

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