Html Css Color HEX #B73672 Royal Heath

📋 copy color: '#B73672'

red 183 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #B73672

Tints of Royal Heath #B73672

RGB

 RED value IS 183 (71.88% from 255) = 52.14%

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

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

R = 52.14%
G = 15.38%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B73672 (or 0xB73672) is known color: Royal Heath. HEX triplet: B7, 36 and 72. RGB value is (183,54,114). Sum of RGB (Red+Green+Blue) = 183+54+114=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B73672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73672 is #48C98D. Grayscale: #636363. Windows color (decimal): -4770190 or 7485111. OLE color: 7485111.

HSL color Cylindrical-coordinate representation of color #B73672: hue angle of 332.09º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73672 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 54 114 -
CMYK 0 0.70 0.38 0.28
HSL 332.09º 0.54% 0.46% -
HSV(B) 332.09º 0.7% 0.72% -
XYZ 23.88 13.92 17.35 -
YUV 99.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 183 54 114 0 0.70 0.38 0.28 332.09 0.54 0.46
Hex B7 36 72 0 46 26 1C 14C 36 2E
Octal 267 66 162 0 106 46 34 514 66 56
Binary 10110111 110110 1110010 0 1000110 100110 11100 101001100 110110 101110

Color Harmonies of #B73672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73672

Black with #B73672

Text Example


Text Example

White with #B73672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73672; }

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

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

background-color css

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

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

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

border-color css

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

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

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