Html Css Color HEX #B45074 Royal Heath

📋 copy color: '#B45074'

red 180 ◦ green 80 ◦ blue 116

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

Shades of Royal Heath #B45074

Tints of Royal Heath #B45074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.28%

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

R = 47.87%
G = 21.28%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B45074 (or 0xB45074) is known color: Royal Heath. HEX triplet: B4, 50 and 74. RGB value is (180,80,116). Sum of RGB (Red+Green+Blue) = 180+80+116=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B45074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45074 is #4BAF8B. Grayscale: #717171. Windows color (decimal): -4960140 or 7622836. OLE color: 7622836.

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

Color convert

RGB 180 80 116 -
CMYK 0 0.56 0.36 0.29
HSL 338.4º 0.4% 0.51% -
HSV(B) 338.4º 0.56% 0.71% -
XYZ 24.84 16.7 18.44 -
YUV 114 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 180 80 116 0 0.56 0.36 0.29 338.4 0.4 0.51
Hex B4 50 74 0 38 24 1D 152 28 33
Octal 264 120 164 0 70 44 35 522 50 63
Binary 10110100 1010000 1110100 0 111000 100100 11101 101010010 101000 110011

Color Harmonies of #B45074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45074

Black with #B45074

Text Example


Text Example

White with #B45074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45074; }

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

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

background-color css

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

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

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

border-color css

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

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

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