Html Css Color HEX #B43672 Royal Heath

📋 copy color: '#B43672'

red 180 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #B43672

Tints of Royal Heath #B43672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.52%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 51.72%
G = 15.52%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B43672 (or 0xB43672) is known color: Royal Heath. HEX triplet: B4, 36 and 72. RGB value is (180,54,114). Sum of RGB (Red+Green+Blue) = 180+54+114=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B43672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43672 is #4BC98D. Grayscale: #626262. Windows color (decimal): -4966798 or 7485108. OLE color: 7485108.

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

Color convert

RGB 180 54 114 -
CMYK 0 0.7 0.37 0.29
HSL 331.43º 0.54% 0.46% -
HSV(B) 331.43º 0.7% 0.71% -
XYZ 23.18 13.56 17.31 -
YUV 98.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 180 54 114 0 0.7 0.37 0.29 331.43 0.54 0.46
Hex B4 36 72 0 46 25 1D 14B 36 2E
Octal 264 66 162 0 106 45 35 513 66 56
Binary 10110100 110110 1110010 0 1000110 100101 11101 101001011 110110 101110

Color Harmonies of #B43672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43672

Black with #B43672

Text Example


Text Example

White with #B43672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43672; }

 p { color: rgb(180,54,114); }

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

background-color css

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

 a { background-color: rgb(180,54,114); }

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

border-color css

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

 span { border-color: rgb(180,54,114); }

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