Html Css Color HEX #B6486C Royal Heath

📋 copy color: '#B6486C'

red 182 ◦ green 72 ◦ blue 108

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

Shades of Royal Heath #B6486C

Tints of Royal Heath #B6486C

RGB

 RED value IS 182 (71.48% from 255) = 50.28%

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

 BLUE value IS 108 (42.58% from 255) = 29.83%

R = 50.28%
G = 19.89%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6486C (or 0xB6486C) is known color: Royal Heath. HEX triplet: B6, 48 and 6C. RGB value is (182,72,108). Sum of RGB (Red+Green+Blue) = 182+72+108=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6486C is #49B793. Grayscale: #6C6C6C. Windows color (decimal): -4831124 or 7096502. OLE color: 7096502.

HSL color Cylindrical-coordinate representation of color #B6486C: hue angle of 340.36º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6486C is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 108 -
CMYK 0 0.60 0.41 0.29
HSL 340.36º 0.43% 0.5% -
HSV(B) 340.36º 0.6% 0.71% -
XYZ 24.32 15.66 15.93 -
YUV 108.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 182 72 108 0 0.60 0.41 0.29 340.36 0.43 0.5
Hex B6 48 6C 0 3C 29 1D 154 2B 32
Octal 266 110 154 0 74 51 35 524 53 62
Binary 10110110 1001000 1101100 0 111100 101001 11101 101010100 101011 110010

Color Harmonies of #B6486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6486C

Black with #B6486C

Text Example


Text Example

White with #B6486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6486C; }

 p { color: rgb(182,72,108); }

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

background-color css

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

 a { background-color: rgb(182,72,108); }

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

border-color css

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

 span { border-color: rgb(182,72,108); }

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