Html Css Color HEX #B45C7B Royal Heath

📋 copy color: '#B45C7B'

red 180 ◦ green 92 ◦ blue 123

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

Shades of Royal Heath #B45C7B

Tints of Royal Heath #B45C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

 BLUE value IS 123 (48.44% from 255) = 31.14%

R = 45.57%
G = 23.29%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B45C7B (or 0xB45C7B) is known color: Royal Heath. HEX triplet: B4, 5C and 7B. RGB value is (180,92,123). Sum of RGB (Red+Green+Blue) = 180+92+123=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C7B is #4BA384. Grayscale: #797979. Windows color (decimal): -4957061 or 8084660. OLE color: 8084660.

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

Color convert

RGB 180 92 123 -
CMYK 0 0.49 0.32 0.29
HSL 338.86º 0.37% 0.53% -
HSV(B) 338.86º 0.49% 0.71% -
XYZ 26.22 18.79 20.98 -
YUV 121.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 180 92 123 0 0.49 0.32 0.29 338.86 0.37 0.53
Hex B4 5C 7B 0 31 20 1D 153 25 35
Octal 264 134 173 0 61 40 35 523 45 65
Binary 10110100 1011100 1111011 0 110001 100000 11101 101010011 100101 110101

Color Harmonies of #B45C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C7B

Black with #B45C7B

Text Example


Text Example

White with #B45C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C7B; }

 p { color: rgb(180,92,123); }

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

background-color css

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

 a { background-color: rgb(180,92,123); }

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

border-color css

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

 span { border-color: rgb(180,92,123); }

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