Html Css Color HEX #B33672 Royal Heath

📋 copy color: '#B33672'

red 179 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #B33672

Tints of Royal Heath #B33672

RGB

 RED value IS 179 (70.31% from 255) = 51.59%

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

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

R = 51.59%
G = 15.56%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B33672 (or 0xB33672) is known color: Royal Heath. HEX triplet: B3, 36 and 72. RGB value is (179,54,114). Sum of RGB (Red+Green+Blue) = 179+54+114=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B33672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33672 is #4CC98D. Grayscale: #626262. Windows color (decimal): -5032334 or 7485107. OLE color: 7485107.

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

Color convert

RGB 179 54 114 -
CMYK 0 0.70 0.36 0.30
HSL 331.2º 0.54% 0.46% -
HSV(B) 331.2º 0.7% 0.7% -
XYZ 22.95 13.44 17.3 -
YUV 98.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 179 54 114 0 0.70 0.36 0.30 331.2 0.54 0.46
Hex B3 36 72 0 46 24 1E 14B 36 2E
Octal 263 66 162 0 106 44 36 513 66 56
Binary 10110011 110110 1110010 0 1000110 100100 11110 101001011 110110 101110

Color Harmonies of #B33672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33672

Black with #B33672

Text Example


Text Example

White with #B33672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33672; }

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

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

background-color css

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

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

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

border-color css

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

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

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