Html Css Color HEX #B3537B Royal Heath

📋 copy color: '#B3537B'

red 179 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #B3537B

Tints of Royal Heath #B3537B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

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

R = 46.49%
G = 21.56%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3537B (or 0xB3537B) is known color: Royal Heath. HEX triplet: B3, 53 and 7B. RGB value is (179,83,123). Sum of RGB (Red+Green+Blue) = 179+83+123=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3537B is #4CAC84. Grayscale: #747474. Windows color (decimal): -5024901 or 8082355. OLE color: 8082355.

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

Color convert

RGB 179 83 123 -
CMYK 0 0.54 0.31 0.30
HSL 335º 0.39% 0.51% -
HSV(B) 335º 0.54% 0.7% -
XYZ 25.26 17.2 20.73 -
YUV 116.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 179 83 123 0 0.54 0.31 0.30 335 0.39 0.51
Hex B3 53 7B 0 36 1F 1E 14F 27 33
Octal 263 123 173 0 66 37 36 517 47 63
Binary 10110011 1010011 1111011 0 110110 11111 11110 101001111 100111 110011

Color Harmonies of #B3537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3537B

Black with #B3537B

Text Example


Text Example

White with #B3537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3537B; }

 p { color: rgb(179,83,123); }

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

background-color css

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

 a { background-color: rgb(179,83,123); }

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

border-color css

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

 span { border-color: rgb(179,83,123); }

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