Html Css Color HEX #B6466C Royal Heath

📋 copy color: '#B6466C'

red 182 ◦ green 70 ◦ blue 108

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

Shades of Royal Heath #B6466C

Tints of Royal Heath #B6466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.44%

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

R = 50.56%
G = 19.44%
B = 30%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6466C (or 0xB6466C) is known color: Royal Heath. HEX triplet: B6, 46 and 6C. RGB value is (182,70,108). Sum of RGB (Red+Green+Blue) = 182+70+108=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6466C is #49B993. Grayscale: #6B6B6B. Windows color (decimal): -4831636 or 7095990. OLE color: 7095990.

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

Color convert

RGB 182 70 108 -
CMYK 0 0.62 0.41 0.29
HSL 339.64º 0.44% 0.49% -
HSV(B) 339.64º 0.62% 0.71% -
XYZ 24.19 15.41 15.89 -
YUV 107.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 182 70 108 0 0.62 0.41 0.29 339.64 0.44 0.49
Hex B6 46 6C 0 3E 29 1D 154 2C 31
Octal 266 106 154 0 76 51 35 524 54 61
Binary 10110110 1000110 1101100 0 111110 101001 11101 101010100 101100 110001

Color Harmonies of #B6466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6466C

Black with #B6466C

Text Example


Text Example

White with #B6466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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