Html Css Color HEX #B5427B Royal Heath

📋 copy color: '#B5427B'

red 181 ◦ green 66 ◦ blue 123

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

Shades of Royal Heath #B5427B

Tints of Royal Heath #B5427B

RGB

 RED value IS 181 (71.09% from 255) = 48.92%

 GREEN value IS 66 (26.17% from 255) = 17.84%

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

R = 48.92%
G = 17.84%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5427B (or 0xB5427B) is known color: Royal Heath. HEX triplet: B5, 42 and 7B. RGB value is (181,66,123). Sum of RGB (Red+Green+Blue) = 181+66+123=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5427B is #4ABD84. Grayscale: #6A6A6A. Windows color (decimal): -4898181 or 8078005. OLE color: 8078005.

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

Color convert

RGB 181 66 123 -
CMYK 0 0.64 0.32 0.29
HSL 330.26º 0.47% 0.48% -
HSV(B) 330.26º 0.64% 0.71% -
XYZ 24.58 15.15 20.37 -
YUV 106.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 181 66 123 0 0.64 0.32 0.29 330.26 0.47 0.48
Hex B5 42 7B 0 40 20 1D 14A 2F 30
Octal 265 102 173 0 100 40 35 512 57 60
Binary 10110101 1000010 1111011 0 1000000 100000 11101 101001010 101111 110000

Color Harmonies of #B5427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5427B

Black with #B5427B

Text Example


Text Example

White with #B5427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5427B; }

 p { color: rgb(181,66,123); }

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

background-color css

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

 a { background-color: rgb(181,66,123); }

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

border-color css

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

 span { border-color: rgb(181,66,123); }

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