Html Css Color HEX #B45474 Royal Heath

📋 copy color: '#B45474'

red 180 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #B45474

Tints of Royal Heath #B45474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.11%

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 47.37%
G = 22.11%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B45474 (or 0xB45474) is known color: Royal Heath. HEX triplet: B4, 54 and 74. RGB value is (180,84,116). Sum of RGB (Red+Green+Blue) = 180+84+116=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B45474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45474 is #4BAB8B. Grayscale: #747474. Windows color (decimal): -4959116 or 7623860. OLE color: 7623860.

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

Color convert

RGB 180 84 116 -
CMYK 0 0.53 0.36 0.29
HSL 340º 0.39% 0.52% -
HSV(B) 340º 0.53% 0.71% -
XYZ 25.15 17.3 18.54 -
YUV 116.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 180 84 116 0 0.53 0.36 0.29 340 0.39 0.52
Hex B4 54 74 0 35 24 1D 154 27 34
Octal 264 124 164 0 65 44 35 524 47 64
Binary 10110100 1010100 1110100 0 110101 100100 11101 101010100 100111 110100

Color Harmonies of #B45474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45474

Black with #B45474

Text Example


Text Example

White with #B45474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45474; }

 p { color: rgb(180,84,116); }

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

background-color css

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

 a { background-color: rgb(180,84,116); }

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

border-color css

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

 span { border-color: rgb(180,84,116); }

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