Html Css Color HEX #B13874 Royal Heath

📋 copy color: '#B13874'

red 177 ◦ green 56 ◦ blue 116

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

Shades of Royal Heath #B13874

Tints of Royal Heath #B13874

RGB

 RED value IS 177 (69.53% from 255) = 50.72%

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

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

R = 50.72%
G = 16.05%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B13874 (or 0xB13874) is known color: Royal Heath. HEX triplet: B1, 38 and 74. RGB value is (177,56,116). Sum of RGB (Red+Green+Blue) = 177+56+116=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B13874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13874 is #4EC78B. Grayscale: #626262. Windows color (decimal): -5162892 or 7616689. OLE color: 7616689.

HSL color Cylindrical-coordinate representation of color #B13874: hue angle of 330.25º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13874 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 116 -
CMYK 0 0.68 0.34 0.31
HSL 330.25º 0.52% 0.46% -
HSV(B) 330.25º 0.68% 0.69% -
XYZ 22.7 13.44 17.92 -
YUV 99.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 177 56 116 0 0.68 0.34 0.31 330.25 0.52 0.46
Hex B1 38 74 0 44 22 1F 14A 34 2E
Octal 261 70 164 0 104 42 37 512 64 56
Binary 10110001 111000 1110100 0 1000100 100010 11111 101001010 110100 101110

Color Harmonies of #B13874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13874

Black with #B13874

Text Example


Text Example

White with #B13874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13874; }

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

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

background-color css

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

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

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

border-color css

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

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

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