Html Css Color HEX #B45375 Royal Heath

📋 copy color: '#B45375'

red 180 ◦ green 83 ◦ blue 117

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

Shades of Royal Heath #B45375

Tints of Royal Heath #B45375

RGB

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

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

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

R = 47.37%
G = 21.84%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B45375 (or 0xB45375) is known color: Royal Heath. HEX triplet: B4, 53 and 75. RGB value is (180,83,117). Sum of RGB (Red+Green+Blue) = 180+83+117=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B45375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45375 is #4BAC8A. Grayscale: #737373. Windows color (decimal): -4959371 or 7689140. OLE color: 7689140.

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

Color convert

RGB 180 83 117 -
CMYK 0 0.54 0.35 0.29
HSL 338.97º 0.39% 0.52% -
HSV(B) 338.97º 0.54% 0.71% -
XYZ 25.13 17.17 18.82 -
YUV 115.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 180 83 117 0 0.54 0.35 0.29 338.97 0.39 0.52
Hex B4 53 75 0 36 23 1D 153 27 34
Octal 264 123 165 0 66 43 35 523 47 64
Binary 10110100 1010011 1110101 0 110110 100011 11101 101010011 100111 110100

Color Harmonies of #B45375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45375

Black with #B45375

Text Example


Text Example

White with #B45375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45375; }

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

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

background-color css

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

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

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

border-color css

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

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

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