Html Css Color HEX #B13975 Royal Heath

📋 copy color: '#B13975'

red 177 ◦ green 57 ◦ blue 117

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

Shades of Royal Heath #B13975

Tints of Royal Heath #B13975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 50.43%
G = 16.24%
B = 33.33%

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

#B13975 (or 0xB13975) is known color: Royal Heath. HEX triplet: B1, 39 and 75. RGB value is (177,57,117). Sum of RGB (Red+Green+Blue) = 177+57+117=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B13975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13975 is #4EC68A. Grayscale: #636363. Windows color (decimal): -5162635 or 7682481. OLE color: 7682481.

HSL color Cylindrical-coordinate representation of color #B13975: hue angle of 330º degrees, saturation: 0.51, 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 #B13975 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 57 117 -
CMYK 0 0.68 0.34 0.31
HSL 330º 0.51% 0.46% -
HSV(B) 330º 0.68% 0.69% -
XYZ 22.81 13.56 18.24 -
YUV 99.72 137.76 183.12 -
System Red Green Blue C M Y K H S L
Decimal 177 57 117 0 0.68 0.34 0.31 330 0.51 0.46
Hex B1 39 75 0 44 22 1F 14A 33 2E
Octal 261 71 165 0 104 42 37 512 63 56
Binary 10110001 111001 1110101 0 1000100 100010 11111 101001010 110011 101110

Color Harmonies of #B13975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13975

Black with #B13975

Text Example


Text Example

White with #B13975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13975; }

 p { color: rgb(177,57,117); }

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

background-color css

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

 a { background-color: rgb(177,57,117); }

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

border-color css

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

 span { border-color: rgb(177,57,117); }

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