Html Css Color HEX #B45373 Royal Heath

📋 copy color: '#B45373'

red 180 ◦ green 83 ◦ blue 115

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

Shades of Royal Heath #B45373

Tints of Royal Heath #B45373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 47.62%
G = 21.96%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B45373 (or 0xB45373) is known color: Royal Heath. HEX triplet: B4, 53 and 73. RGB value is (180,83,115). Sum of RGB (Red+Green+Blue) = 180+83+115=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B45373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45373 is #4BAC8C. Grayscale: #737373. Windows color (decimal): -4959373 or 7558068. OLE color: 7558068.

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

Color convert

RGB 180 83 115 -
CMYK 0 0.54 0.36 0.29
HSL 340.21º 0.39% 0.52% -
HSV(B) 340.21º 0.54% 0.71% -
XYZ 25.01 17.13 18.21 -
YUV 115.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 180 83 115 0 0.54 0.36 0.29 340.21 0.39 0.52
Hex B4 53 73 0 36 24 1D 154 27 34
Octal 264 123 163 0 66 44 35 524 47 64
Binary 10110100 1010011 1110011 0 110110 100100 11101 101010100 100111 110100

Color Harmonies of #B45373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45373

Black with #B45373

Text Example


Text Example

White with #B45373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45373; }

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

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

background-color css

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

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

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

border-color css

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

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

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