Html Css Color HEX #B7486F Royal Heath

📋 copy color: '#B7486F'

red 183 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #B7486F

Tints of Royal Heath #B7486F

RGB

 RED value IS 183 (71.88% from 255) = 50%

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

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

R = 50%
G = 19.67%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B7486F (or 0xB7486F) is known color: Royal Heath. HEX triplet: B7, 48 and 6F. RGB value is (183,72,111). Sum of RGB (Red+Green+Blue) = 183+72+111=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B7486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7486F is #48B790. Grayscale: #6D6D6D. Windows color (decimal): -4765585 or 7293111. OLE color: 7293111.

HSL color Cylindrical-coordinate representation of color #B7486F: hue angle of 338.92º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7486F is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 72 111 -
CMYK 0 0.61 0.39 0.28
HSL 338.92º 0.44% 0.5% -
HSV(B) 338.92º 0.61% 0.72% -
XYZ 24.72 15.85 16.8 -
YUV 109.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 183 72 111 0 0.61 0.39 0.28 338.92 0.44 0.5
Hex B7 48 6F 0 3D 27 1C 153 2C 32
Octal 267 110 157 0 75 47 34 523 54 62
Binary 10110111 1001000 1101111 0 111101 100111 11100 101010011 101100 110010

Color Harmonies of #B7486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7486F

Black with #B7486F

Text Example


Text Example

White with #B7486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7486F; }

 p { color: rgb(183,72,111); }

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

background-color css

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

 a { background-color: rgb(183,72,111); }

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

border-color css

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

 span { border-color: rgb(183,72,111); }

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