Html Css Color HEX #B3446D Royal Heath

📋 copy color: '#B3446D'

red 179 ◦ green 68 ◦ blue 109

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

Shades of Royal Heath #B3446D

Tints of Royal Heath #B3446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.1%

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

R = 50.28%
G = 19.1%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3446D (or 0xB3446D) is known color: Royal Heath. HEX triplet: B3, 44 and 6D. RGB value is (179,68,109). Sum of RGB (Red+Green+Blue) = 179+68+109=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3446D is #4CBB92. Grayscale: #696969. Windows color (decimal): -5028755 or 7161011. OLE color: 7161011.

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

Color convert

RGB 179 68 109 -
CMYK 0 0.62 0.39 0.30
HSL 337.84º 0.45% 0.48% -
HSV(B) 337.84º 0.62% 0.7% -
XYZ 23.42 14.82 16.09 -
YUV 105.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 179 68 109 0 0.62 0.39 0.30 337.84 0.45 0.48
Hex B3 44 6D 0 3E 27 1E 152 2D 30
Octal 263 104 155 0 76 47 36 522 55 60
Binary 10110011 1000100 1101101 0 111110 100111 11110 101010010 101101 110000

Color Harmonies of #B3446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3446D

Black with #B3446D

Text Example


Text Example

White with #B3446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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