Html Css Color HEX #B45370 Royal Heath

📋 copy color: '#B45370'

red 180 ◦ green 83 ◦ blue 112

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

Shades of Royal Heath #B45370

Tints of Royal Heath #B45370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 48%
G = 22.13%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B45370 (or 0xB45370) is known color: Royal Heath. HEX triplet: B4, 53 and 70. RGB value is (180,83,112). Sum of RGB (Red+Green+Blue) = 180+83+112=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B45370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45370 is #4BAC8F. Grayscale: #737373. Windows color (decimal): -4959376 or 7361460. OLE color: 7361460.

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

Color convert

RGB 180 83 112 -
CMYK 0 0.54 0.38 0.29
HSL 342.06º 0.39% 0.52% -
HSV(B) 342.06º 0.54% 0.71% -
XYZ 24.84 17.06 17.31 -
YUV 115.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 180 83 112 0 0.54 0.38 0.29 342.06 0.39 0.52
Hex B4 53 70 0 36 26 1D 156 27 34
Octal 264 123 160 0 66 46 35 526 47 64
Binary 10110100 1010011 1110000 0 110110 100110 11101 101010110 100111 110100

Color Harmonies of #B45370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45370

Black with #B45370

Text Example


Text Example

White with #B45370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45370; }

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

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

background-color css

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

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

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

border-color css

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

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

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