Html Css Color HEX #B34675 Royal Heath

📋 copy color: '#B34675'

red 179 ◦ green 70 ◦ blue 117

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

Shades of Royal Heath #B34675

Tints of Royal Heath #B34675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.97%

R = 48.91%
G = 19.13%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B34675 (or 0xB34675) is known color: Royal Heath. HEX triplet: B3, 46 and 75. RGB value is (179,70,117). Sum of RGB (Red+Green+Blue) = 179+70+117=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B34675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34675 is #4CB98A. Grayscale: #6B6B6B. Windows color (decimal): -5028235 or 7685811. OLE color: 7685811.

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

Color convert

RGB 179 70 117 -
CMYK 0 0.61 0.35 0.30
HSL 334.13º 0.44% 0.49% -
HSV(B) 334.13º 0.61% 0.7% -
XYZ 23.99 15.25 18.51 -
YUV 107.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 179 70 117 0 0.61 0.35 0.30 334.13 0.44 0.49
Hex B3 46 75 0 3D 23 1E 14E 2C 31
Octal 263 106 165 0 75 43 36 516 54 61
Binary 10110011 1000110 1110101 0 111101 100011 11110 101001110 101100 110001

Color Harmonies of #B34675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34675

Black with #B34675

Text Example


Text Example

White with #B34675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34675; }

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

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

background-color css

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

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

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

border-color css

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

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

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