Html Css Color HEX #B45B7B Royal Heath

📋 copy color: '#B45B7B'

red 180 ◦ green 91 ◦ blue 123

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

Shades of Royal Heath #B45B7B

Tints of Royal Heath #B45B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.1%

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

R = 45.69%
G = 23.1%
B = 31.22%

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

#B45B7B (or 0xB45B7B) is known color: Royal Heath. HEX triplet: B4, 5B and 7B. RGB value is (180,91,123). Sum of RGB (Red+Green+Blue) = 180+91+123=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45B7B is #4BA484. Grayscale: #797979. Windows color (decimal): -4957317 or 8084404. OLE color: 8084404.

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

Color convert

RGB 180 91 123 -
CMYK 0 0.49 0.32 0.29
HSL 338.43º 0.37% 0.53% -
HSV(B) 338.43º 0.49% 0.71% -
XYZ 26.14 18.62 20.95 -
YUV 121.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 180 91 123 0 0.49 0.32 0.29 338.43 0.37 0.53
Hex B4 5B 7B 0 31 20 1D 152 25 35
Octal 264 133 173 0 61 40 35 522 45 65
Binary 10110100 1011011 1111011 0 110001 100000 11101 101010010 100101 110101

Color Harmonies of #B45B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45B7B

Black with #B45B7B

Text Example


Text Example

White with #B45B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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