Html Css Color HEX #B7396E Royal Heath

📋 copy color: '#B7396E'

red 183 ◦ green 57 ◦ blue 110

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

Shades of Royal Heath #B7396E

Tints of Royal Heath #B7396E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.29%

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 52.29%
G = 16.29%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7396E (or 0xB7396E) is known color: Royal Heath. HEX triplet: B7, 39 and 6E. RGB value is (183,57,110). Sum of RGB (Red+Green+Blue) = 183+57+110=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B7396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7396E is #48C691. Grayscale: #646464. Windows color (decimal): -4769426 or 7223735. OLE color: 7223735.

HSL color Cylindrical-coordinate representation of color #B7396E: hue angle of 334.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7396E is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 110 -
CMYK 0 0.69 0.40 0.28
HSL 334.76º 0.53% 0.47% -
HSV(B) 334.76º 0.69% 0.72% -
XYZ 23.81 14.12 16.22 -
YUV 100.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 183 57 110 0 0.69 0.40 0.28 334.76 0.53 0.47
Hex B7 39 6E 0 45 28 1C 14F 34 2F
Octal 267 71 156 0 105 50 34 517 64 57
Binary 10110111 111001 1101110 0 1000101 101000 11100 101001111 110100 101111

Color Harmonies of #B7396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7396E

Black with #B7396E

Text Example


Text Example

White with #B7396E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7396E; }

 p { color: rgb(183,57,110); }

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

background-color css

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

 a { background-color: rgb(183,57,110); }

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

border-color css

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

 span { border-color: rgb(183,57,110); }

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