Html Css Color HEX #B45175 Royal Heath

📋 copy color: '#B45175'

red 180 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #B45175

Tints of Royal Heath #B45175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 47.62%
G = 21.43%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B45175 (or 0xB45175) is known color: Royal Heath. HEX triplet: B4, 51 and 75. RGB value is (180,81,117). Sum of RGB (Red+Green+Blue) = 180+81+117=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B45175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45175 is #4BAE8A. Grayscale: #727272. Windows color (decimal): -4959883 or 7688628. OLE color: 7688628.

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

Color convert

RGB 180 81 117 -
CMYK 0 0.55 0.35 0.29
HSL 338.18º 0.4% 0.51% -
HSV(B) 338.18º 0.55% 0.71% -
XYZ 24.98 16.87 18.77 -
YUV 114.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 180 81 117 0 0.55 0.35 0.29 338.18 0.4 0.51
Hex B4 51 75 0 37 23 1D 152 28 33
Octal 264 121 165 0 67 43 35 522 50 63
Binary 10110100 1010001 1110101 0 110111 100011 11101 101010010 101000 110011

Color Harmonies of #B45175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45175

Black with #B45175

Text Example


Text Example

White with #B45175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45175; }

 p { color: rgb(180,81,117); }

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

background-color css

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

 a { background-color: rgb(180,81,117); }

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

border-color css

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

 span { border-color: rgb(180,81,117); }

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