Html Css Color HEX #B0486E Royal Heath

📋 copy color: '#B0486E'

red 176 ◦ green 72 ◦ blue 110

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

Shades of Royal Heath #B0486E

Tints of Royal Heath #B0486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 49.16%
G = 20.11%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0486E (or 0xB0486E) is known color: Royal Heath. HEX triplet: B0, 48 and 6E. RGB value is (176,72,110). Sum of RGB (Red+Green+Blue) = 176+72+110=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0486E is #4FB791. Grayscale: #6B6B6B. Windows color (decimal): -5224338 or 7227568. OLE color: 7227568.

HSL color Cylindrical-coordinate representation of color #B0486E: hue angle of 338.08º 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 #B0486E is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 110 -
CMYK 0 0.59 0.37 0.31
HSL 338.08º 0.42% 0.49% -
HSV(B) 338.08º 0.59% 0.69% -
XYZ 23.04 14.99 16.43 -
YUV 107.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 176 72 110 0 0.59 0.37 0.31 338.08 0.42 0.49
Hex B0 48 6E 0 3B 25 1F 152 2A 31
Octal 260 110 156 0 73 45 37 522 52 61
Binary 10110000 1001000 1101110 0 111011 100101 11111 101010010 101010 110001

Color Harmonies of #B0486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0486E

Black with #B0486E

Text Example


Text Example

White with #B0486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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