Html Css Color HEX #B1537B Royal Heath

📋 copy color: '#B1537B'

red 177 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #B1537B

Tints of Royal Heath #B1537B

RGB

 RED value IS 177 (69.53% from 255) = 46.21%

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

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

R = 46.21%
G = 21.67%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1537B (or 0xB1537B) is known color: Royal Heath. HEX triplet: B1, 53 and 7B. RGB value is (177,83,123). Sum of RGB (Red+Green+Blue) = 177+83+123=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1537B is #4EAC84. Grayscale: #737373. Windows color (decimal): -5155973 or 8082353. OLE color: 8082353.

HSL color Cylindrical-coordinate representation of color #B1537B: hue angle of 334.47º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1537B is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 83 123 -
CMYK 0 0.53 0.31 0.31
HSL 334.47º 0.38% 0.51% -
HSV(B) 334.47º 0.53% 0.69% -
XYZ 24.8 16.96 20.71 -
YUV 115.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 177 83 123 0 0.53 0.31 0.31 334.47 0.38 0.51
Hex B1 53 7B 0 35 1F 1F 14E 26 33
Octal 261 123 173 0 65 37 37 516 46 63
Binary 10110001 1010011 1111011 0 110101 11111 11111 101001110 100110 110011

Color Harmonies of #B1537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1537B

Black with #B1537B

Text Example


Text Example

White with #B1537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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