Html Css Color HEX #B45274 Royal Heath

📋 copy color: '#B45274'

red 180 ◦ green 82 ◦ blue 116

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

Shades of Royal Heath #B45274

Tints of Royal Heath #B45274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.69%

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

R = 47.62%
G = 21.69%
B = 30.69%

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

#B45274 (or 0xB45274) is known color: Royal Heath. HEX triplet: B4, 52 and 74. RGB value is (180,82,116). Sum of RGB (Red+Green+Blue) = 180+82+116=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B45274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45274 is #4BAD8B. Grayscale: #737373. Windows color (decimal): -4959628 or 7623348. OLE color: 7623348.

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

Color convert

RGB 180 82 116 -
CMYK 0 0.54 0.36 0.29
HSL 339.18º 0.4% 0.51% -
HSV(B) 339.18º 0.54% 0.71% -
XYZ 24.99 17 18.49 -
YUV 115.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 180 82 116 0 0.54 0.36 0.29 339.18 0.4 0.51
Hex B4 52 74 0 36 24 1D 153 28 33
Octal 264 122 164 0 66 44 35 523 50 63
Binary 10110100 1010010 1110100 0 110110 100100 11101 101010011 101000 110011

Color Harmonies of #B45274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45274

Black with #B45274

Text Example


Text Example

White with #B45274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45274; }

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

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

background-color css

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

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

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

border-color css

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

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

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