Html Css Color HEX #B6396F Royal Heath

📋 copy color: '#B6396F'

red 182 ◦ green 57 ◦ blue 111

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

Shades of Royal Heath #B6396F

Tints of Royal Heath #B6396F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 52%
G = 16.29%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B6396F (or 0xB6396F) is known color: Royal Heath. HEX triplet: B6, 39 and 6F. RGB value is (182,57,111). Sum of RGB (Red+Green+Blue) = 182+57+111=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B6396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6396F is #49C690. Grayscale: #646464. Windows color (decimal): -4834961 or 7289270. OLE color: 7289270.

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

Color convert

RGB 182 57 111 -
CMYK 0 0.69 0.39 0.29
HSL 334.08º 0.52% 0.47% -
HSV(B) 334.08º 0.69% 0.71% -
XYZ 23.62 14.02 16.5 -
YUV 100.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 182 57 111 0 0.69 0.39 0.29 334.08 0.52 0.47
Hex B6 39 6F 0 45 27 1D 14E 34 2F
Octal 266 71 157 0 105 47 35 516 64 57
Binary 10110110 111001 1101111 0 1000101 100111 11101 101001110 110100 101111

Color Harmonies of #B6396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6396F

Black with #B6396F

Text Example


Text Example

White with #B6396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6396F; }

 p { color: rgb(182,57,111); }

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

background-color css

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

 a { background-color: rgb(182,57,111); }

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

border-color css

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

 span { border-color: rgb(182,57,111); }

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