Html Css Color HEX #B3406D Royal Heath

📋 copy color: '#B3406D'

red 179 ◦ green 64 ◦ blue 109

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

Shades of Royal Heath #B3406D

Tints of Royal Heath #B3406D

RGB

 RED value IS 179 (70.31% from 255) = 50.85%

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

 BLUE value IS 109 (42.97% from 255) = 30.97%

R = 50.85%
G = 18.18%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3406D (or 0xB3406D) is known color: Royal Heath. HEX triplet: B3, 40 and 6D. RGB value is (179,64,109). Sum of RGB (Red+Green+Blue) = 179+64+109=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3406D is #4CBF92. Grayscale: #676767. Windows color (decimal): -5029779 or 7159987. OLE color: 7159987.

HSL color Cylindrical-coordinate representation of color #B3406D: hue angle of 336.52º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3406D is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 64 109 -
CMYK 0 0.64 0.39 0.30
HSL 336.52º 0.47% 0.48% -
HSV(B) 336.52º 0.64% 0.7% -
XYZ 23.18 14.35 16.02 -
YUV 103.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 179 64 109 0 0.64 0.39 0.30 336.52 0.47 0.48
Hex B3 40 6D 0 40 27 1E 151 2F 30
Octal 263 100 155 0 100 47 36 521 57 60
Binary 10110011 1000000 1101101 0 1000000 100111 11110 101010001 101111 110000

Color Harmonies of #B3406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3406D

Black with #B3406D

Text Example


Text Example

White with #B3406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3406D; }

 p { color: rgb(179,64,109); }

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

background-color css

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

 a { background-color: rgb(179,64,109); }

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

border-color css

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

 span { border-color: rgb(179,64,109); }

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