Html Css Color HEX #B7406A Royal Heath

📋 copy color: '#B7406A'

red 183 ◦ green 64 ◦ blue 106

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

Shades of Royal Heath #B7406A

Tints of Royal Heath #B7406A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.03%

R = 51.84%
G = 18.13%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7406A (or 0xB7406A) is known color: Royal Heath. HEX triplet: B7, 40 and 6A. RGB value is (183,64,106). Sum of RGB (Red+Green+Blue) = 183+64+106=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B7406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7406A is #48BF95. Grayscale: #686868. Windows color (decimal): -4767638 or 6963383. OLE color: 6963383.

HSL color Cylindrical-coordinate representation of color #B7406A: hue angle of 338.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 #B7406A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 64 106 -
CMYK 0 0.65 0.42 0.28
HSL 338.82º 0.48% 0.48% -
HSV(B) 338.82º 0.65% 0.72% -
XYZ 23.96 14.77 15.22 -
YUV 104.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 183 64 106 0 0.65 0.42 0.28 338.82 0.48 0.48
Hex B7 40 6A 0 41 2A 1C 153 30 30
Octal 267 100 152 0 101 52 34 523 60 60
Binary 10110111 1000000 1101010 0 1000001 101010 11100 101010011 110000 110000

Color Harmonies of #B7406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7406A

Black with #B7406A

Text Example


Text Example

White with #B7406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7406A; }

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

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

background-color css

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

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

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

border-color css

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

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

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