Html Css Color HEX #B0486A Royal Heath

📋 copy color: '#B0486A'

red 176 ◦ green 72 ◦ blue 106

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

Shades of Royal Heath #B0486A

Tints of Royal Heath #B0486A

RGB

 RED value IS 176 (69.14% from 255) = 49.72%

 GREEN value IS 72 (28.52% from 255) = 20.34%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 49.72%
G = 20.34%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0486A (or 0xB0486A) is known color: Royal Heath. HEX triplet: B0, 48 and 6A. RGB value is (176,72,106). Sum of RGB (Red+Green+Blue) = 176+72+106=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0486A is #4FB795. Grayscale: #6A6A6A. Windows color (decimal): -5224342 or 6965424. OLE color: 6965424.

HSL color Cylindrical-coordinate representation of color #B0486A: hue angle of 340.38º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0486A is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 106 -
CMYK 0 0.59 0.40 0.31
HSL 340.38º 0.42% 0.49% -
HSV(B) 340.38º 0.59% 0.69% -
XYZ 22.82 14.91 15.31 -
YUV 106.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 176 72 106 0 0.59 0.40 0.31 340.38 0.42 0.49
Hex B0 48 6A 0 3B 28 1F 154 2A 31
Octal 260 110 152 0 73 50 37 524 52 61
Binary 10110000 1001000 1101010 0 111011 101000 11111 101010100 101010 110001

Color Harmonies of #B0486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0486A

Black with #B0486A

Text Example


Text Example

White with #B0486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0486A; }

 p { color: rgb(176,72,106); }

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

background-color css

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

 a { background-color: rgb(176,72,106); }

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

border-color css

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

 span { border-color: rgb(176,72,106); }

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