Html Css Color HEX #B45376 Royal Heath

📋 copy color: '#B45376'

red 180 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #B45376

Tints of Royal Heath #B45376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.97%

R = 47.24%
G = 21.78%
B = 30.97%

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

#B45376 (or 0xB45376) is known color: Royal Heath. HEX triplet: B4, 53 and 76. RGB value is (180,83,118). Sum of RGB (Red+Green+Blue) = 180+83+118=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B45376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45376 is #4BAC89. Grayscale: #737373. Windows color (decimal): -4959370 or 7754676. OLE color: 7754676.

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

Color convert

RGB 180 83 118 -
CMYK 0 0.54 0.34 0.29
HSL 338.35º 0.39% 0.52% -
HSV(B) 338.35º 0.54% 0.71% -
XYZ 25.19 17.2 19.13 -
YUV 115.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 180 83 118 0 0.54 0.34 0.29 338.35 0.39 0.52
Hex B4 53 76 0 36 22 1D 152 27 34
Octal 264 123 166 0 66 42 35 522 47 64
Binary 10110100 1010011 1110110 0 110110 100010 11101 101010010 100111 110100

Color Harmonies of #B45376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45376

Black with #B45376

Text Example


Text Example

White with #B45376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45376; }

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

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

background-color css

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

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

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

border-color css

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

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

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