Html Css Color HEX #B6476C Royal Heath

📋 copy color: '#B6476C'

red 182 ◦ green 71 ◦ blue 108

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

Shades of Royal Heath #B6476C

Tints of Royal Heath #B6476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

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

R = 50.42%
G = 19.67%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6476C (or 0xB6476C) is known color: Royal Heath. HEX triplet: B6, 47 and 6C. RGB value is (182,71,108). Sum of RGB (Red+Green+Blue) = 182+71+108=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6476C is #49B893. Grayscale: #6C6C6C. Windows color (decimal): -4831380 or 7096246. OLE color: 7096246.

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

Color convert

RGB 182 71 108 -
CMYK 0 0.61 0.41 0.29
HSL 340º 0.44% 0.5% -
HSV(B) 340º 0.61% 0.71% -
XYZ 24.25 15.53 15.91 -
YUV 108.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 182 71 108 0 0.61 0.41 0.29 340 0.44 0.5
Hex B6 47 6C 0 3D 29 1D 154 2C 32
Octal 266 107 154 0 75 51 35 524 54 62
Binary 10110110 1000111 1101100 0 111101 101001 11101 101010100 101100 110010

Color Harmonies of #B6476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6476C

Black with #B6476C

Text Example


Text Example

White with #B6476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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