Html Css Color HEX #B3467B Royal Heath

📋 copy color: '#B3467B'

red 179 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #B3467B

Tints of Royal Heath #B3467B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 48.12%
G = 18.82%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3467B (or 0xB3467B) is known color: Royal Heath. HEX triplet: B3, 46 and 7B. RGB value is (179,70,123). Sum of RGB (Red+Green+Blue) = 179+70+123=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3467B is #4CB984. Grayscale: #6C6C6C. Windows color (decimal): -5028229 or 8079027. OLE color: 8079027.

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

Color convert

RGB 179 70 123 -
CMYK 0 0.61 0.31 0.30
HSL 330.83º 0.44% 0.49% -
HSV(B) 330.83º 0.61% 0.7% -
XYZ 24.36 15.39 20.43 -
YUV 108.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 179 70 123 0 0.61 0.31 0.30 330.83 0.44 0.49
Hex B3 46 7B 0 3D 1F 1E 14B 2C 31
Octal 263 106 173 0 75 37 36 513 54 61
Binary 10110011 1000110 1111011 0 111101 11111 11110 101001011 101100 110001

Color Harmonies of #B3467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3467B

Black with #B3467B

Text Example


Text Example

White with #B3467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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