Html Css Color HEX #B4477B Royal Heath

📋 copy color: '#B4477B'

red 180 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #B4477B

Tints of Royal Heath #B4477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.98%

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

R = 48.13%
G = 18.98%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4477B (or 0xB4477B) is known color: Royal Heath. HEX triplet: B4, 47 and 7B. RGB value is (180,71,123). Sum of RGB (Red+Green+Blue) = 180+71+123=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4477B is #4BB884. Grayscale: #6D6D6D. Windows color (decimal): -4962437 or 8079284. OLE color: 8079284.

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

Color convert

RGB 180 71 123 -
CMYK 0 0.61 0.32 0.29
HSL 331.38º 0.43% 0.49% -
HSV(B) 331.38º 0.61% 0.71% -
XYZ 24.65 15.64 20.46 -
YUV 109.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 180 71 123 0 0.61 0.32 0.29 331.38 0.43 0.49
Hex B4 47 7B 0 3D 20 1D 14B 2B 31
Octal 264 107 173 0 75 40 35 513 53 61
Binary 10110100 1000111 1111011 0 111101 100000 11101 101001011 101011 110001

Color Harmonies of #B4477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4477B

Black with #B4477B

Text Example


Text Example

White with #B4477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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