Html Css Color HEX #B3466C Royal Heath

📋 copy color: '#B3466C'

red 179 ◦ green 70 ◦ blue 108

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

Shades of Royal Heath #B3466C

Tints of Royal Heath #B3466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.61%

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 50.14%
G = 19.61%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3466C (or 0xB3466C) is known color: Royal Heath. HEX triplet: B3, 46 and 6C. RGB value is (179,70,108). Sum of RGB (Red+Green+Blue) = 179+70+108=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3466C is #4CB993. Grayscale: #6A6A6A. Windows color (decimal): -5028244 or 7095987. OLE color: 7095987.

HSL color Cylindrical-coordinate representation of color #B3466C: hue angle of 339.08º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3466C is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 70 108 -
CMYK 0 0.61 0.40 0.30
HSL 339.08º 0.44% 0.49% -
HSV(B) 339.08º 0.61% 0.7% -
XYZ 23.49 15.05 15.85 -
YUV 106.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 179 70 108 0 0.61 0.40 0.30 339.08 0.44 0.49
Hex B3 46 6C 0 3D 28 1E 153 2C 31
Octal 263 106 154 0 75 50 36 523 54 61
Binary 10110011 1000110 1101100 0 111101 101000 11110 101010011 101100 110001

Color Harmonies of #B3466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3466C

Black with #B3466C

Text Example


Text Example

White with #B3466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3466C; }

 p { color: rgb(179,70,108); }

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

background-color css

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

 a { background-color: rgb(179,70,108); }

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

border-color css

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

 span { border-color: rgb(179,70,108); }

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