Html Css Color HEX #B6486B Royal Heath

📋 copy color: '#B6486B'

red 182 ◦ green 72 ◦ blue 107

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

Shades of Royal Heath #B6486B

Tints of Royal Heath #B6486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 50.42%
G = 19.94%
B = 29.64%

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

#B6486B (or 0xB6486B) is known color: Royal Heath. HEX triplet: B6, 48 and 6B. RGB value is (182,72,107). Sum of RGB (Red+Green+Blue) = 182+72+107=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6486B is #49B794. Grayscale: #6C6C6C. Windows color (decimal): -4831125 or 7030966. OLE color: 7030966.

HSL color Cylindrical-coordinate representation of color #B6486B: hue angle of 340.91º 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 #B6486B is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 107 -
CMYK 0 0.60 0.41 0.29
HSL 340.91º 0.43% 0.5% -
HSV(B) 340.91º 0.6% 0.71% -
XYZ 24.26 15.64 15.65 -
YUV 108.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 182 72 107 0 0.60 0.41 0.29 340.91 0.43 0.5
Hex B6 48 6B 0 3C 29 1D 155 2B 32
Octal 266 110 153 0 74 51 35 525 53 62
Binary 10110110 1001000 1101011 0 111100 101001 11101 101010101 101011 110010

Color Harmonies of #B6486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6486B

Black with #B6486B

Text Example


Text Example

White with #B6486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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