Html Css Color HEX #B7406C Royal Heath

📋 copy color: '#B7406C'

red 183 ◦ green 64 ◦ blue 108

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

Shades of Royal Heath #B7406C

Tints of Royal Heath #B7406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 51.55%
G = 18.03%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7406C (or 0xB7406C) is known color: Royal Heath. HEX triplet: B7, 40 and 6C. RGB value is (183,64,108). Sum of RGB (Red+Green+Blue) = 183+64+108=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7406C is #48BF93. Grayscale: #686868. Windows color (decimal): -4767636 or 7094455. OLE color: 7094455.

HSL color Cylindrical-coordinate representation of color #B7406C: hue angle of 337.82º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7406C is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 64 108 -
CMYK 0 0.65 0.41 0.28
HSL 337.82º 0.48% 0.48% -
HSV(B) 337.82º 0.65% 0.72% -
XYZ 24.07 14.82 15.78 -
YUV 104.6 129.92 183.92 -
System Red Green Blue C M Y K H S L
Decimal 183 64 108 0 0.65 0.41 0.28 337.82 0.48 0.48
Hex B7 40 6C 0 41 29 1C 152 30 30
Octal 267 100 154 0 101 51 34 522 60 60
Binary 10110111 1000000 1101100 0 1000001 101001 11100 101010010 110000 110000

Color Harmonies of #B7406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7406C

Black with #B7406C

Text Example


Text Example

White with #B7406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7406C; }

 p { color: rgb(183,64,108); }

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

background-color css

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

 a { background-color: rgb(183,64,108); }

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

border-color css

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

 span { border-color: rgb(183,64,108); }

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