Html Css Color HEX #B2516F Royal Heath

📋 copy color: '#B2516F'

red 178 ◦ green 81 ◦ blue 111

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

Shades of Royal Heath #B2516F

Tints of Royal Heath #B2516F

RGB

 RED value IS 178 (69.92% from 255) = 48.11%

 GREEN value IS 81 (32.03% from 255) = 21.89%

 BLUE value IS 111 (43.75% from 255) = 30%

R = 48.11%
G = 21.89%
B = 30%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2516F (or 0xB2516F) is known color: Royal Heath. HEX triplet: B2, 51 and 6F. RGB value is (178,81,111). Sum of RGB (Red+Green+Blue) = 178+81+111=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2516F is #4DAE90. Grayscale: #717171. Windows color (decimal): -5090961 or 7295410. OLE color: 7295410.

HSL color Cylindrical-coordinate representation of color #B2516F: hue angle of 341.44º 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 #B2516F is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 81 111 -
CMYK 0 0.54 0.38 0.30
HSL 341.44º 0.39% 0.51% -
HSV(B) 341.44º 0.54% 0.7% -
XYZ 24.17 16.5 16.95 -
YUV 113.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 178 81 111 0 0.54 0.38 0.30 341.44 0.39 0.51
Hex B2 51 6F 0 36 26 1E 155 27 33
Octal 262 121 157 0 66 46 36 525 47 63
Binary 10110010 1010001 1101111 0 110110 100110 11110 101010101 100111 110011

Color Harmonies of #B2516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2516F

Black with #B2516F

Text Example


Text Example

White with #B2516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2516F; }

 p { color: rgb(178,81,111); }

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

background-color css

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

 a { background-color: rgb(178,81,111); }

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

border-color css

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

 span { border-color: rgb(178,81,111); }

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