Html Css Color HEX #B45377 Royal Heath

📋 copy color: '#B45377'

red 180 ◦ green 83 ◦ blue 119

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

Shades of Royal Heath #B45377

Tints of Royal Heath #B45377

RGB

 RED value IS 180 (70.7% from 255) = 47.12%

 GREEN value IS 83 (32.81% from 255) = 21.73%

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 47.12%
G = 21.73%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B45377 (or 0xB45377) is known color: Royal Heath. HEX triplet: B4, 53 and 77. RGB value is (180,83,119). Sum of RGB (Red+Green+Blue) = 180+83+119=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B45377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45377 is #4BAC88. Grayscale: #747474. Windows color (decimal): -4959369 or 7820212. OLE color: 7820212.

HSL color Cylindrical-coordinate representation of color #B45377: hue angle of 337.73º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45377 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 119 -
CMYK 0 0.54 0.34 0.29
HSL 337.73º 0.39% 0.52% -
HSV(B) 337.73º 0.54% 0.71% -
XYZ 25.25 17.22 19.45 -
YUV 116.11 129.64 173.57 -
System Red Green Blue C M Y K H S L
Decimal 180 83 119 0 0.54 0.34 0.29 337.73 0.39 0.52
Hex B4 53 77 0 36 22 1D 152 27 34
Octal 264 123 167 0 66 42 35 522 47 64
Binary 10110100 1010011 1110111 0 110110 100010 11101 101010010 100111 110100

Color Harmonies of #B45377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45377

Black with #B45377

Text Example


Text Example

White with #B45377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45377; }

 p { color: rgb(180,83,119); }

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

background-color css

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

 a { background-color: rgb(180,83,119); }

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

border-color css

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

 span { border-color: rgb(180,83,119); }

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