Html Css Color HEX #B0486D Royal Heath

📋 copy color: '#B0486D'

red 176 ◦ green 72 ◦ blue 109

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

Shades of Royal Heath #B0486D

Tints of Royal Heath #B0486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 49.3%
G = 20.17%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0486D (or 0xB0486D) is known color: Royal Heath. HEX triplet: B0, 48 and 6D. RGB value is (176,72,109). Sum of RGB (Red+Green+Blue) = 176+72+109=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0486D is #4FB792. Grayscale: #6B6B6B. Windows color (decimal): -5224339 or 7162032. OLE color: 7162032.

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

Color convert

RGB 176 72 109 -
CMYK 0 0.59 0.38 0.31
HSL 338.65º 0.42% 0.49% -
HSV(B) 338.65º 0.59% 0.69% -
XYZ 22.98 14.97 16.15 -
YUV 107.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 176 72 109 0 0.59 0.38 0.31 338.65 0.42 0.49
Hex B0 48 6D 0 3B 26 1F 153 2A 31
Octal 260 110 155 0 73 46 37 523 52 61
Binary 10110000 1001000 1101101 0 111011 100110 11111 101010011 101010 110001

Color Harmonies of #B0486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0486D

Black with #B0486D

Text Example


Text Example

White with #B0486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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