Html Css Color HEX #B3446B Royal Heath

📋 copy color: '#B3446B'

red 179 ◦ green 68 ◦ blue 107

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

Shades of Royal Heath #B3446B

Tints of Royal Heath #B3446B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.23%

R = 50.56%
G = 19.21%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3446B (or 0xB3446B) is known color: Royal Heath. HEX triplet: B3, 44 and 6B. RGB value is (179,68,107). Sum of RGB (Red+Green+Blue) = 179+68+107=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3446B is #4CBB94. Grayscale: #696969. Windows color (decimal): -5028757 or 7029939. OLE color: 7029939.

HSL color Cylindrical-coordinate representation of color #B3446B: hue angle of 338.92º 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 #B3446B is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 107 -
CMYK 0 0.62 0.40 0.30
HSL 338.92º 0.45% 0.48% -
HSV(B) 338.92º 0.62% 0.7% -
XYZ 23.31 14.78 15.53 -
YUV 105.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 179 68 107 0 0.62 0.40 0.30 338.92 0.45 0.48
Hex B3 44 6B 0 3E 28 1E 153 2D 30
Octal 263 104 153 0 76 50 36 523 55 60
Binary 10110011 1000100 1101011 0 111110 101000 11110 101010011 101101 110000

Color Harmonies of #B3446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3446B

Black with #B3446B

Text Example


Text Example

White with #B3446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3446B; }

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

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

background-color css

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

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

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

border-color css

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

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

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