Html Css Color HEX #B34075 Royal Heath

📋 copy color: '#B34075'

red 179 ◦ green 64 ◦ blue 117

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

Shades of Royal Heath #B34075

Tints of Royal Heath #B34075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.78%

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

R = 49.72%
G = 17.78%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B34075 (or 0xB34075) is known color: Royal Heath. HEX triplet: B3, 40 and 75. RGB value is (179,64,117). Sum of RGB (Red+Green+Blue) = 179+64+117=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B34075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34075 is #4CBF8A. Grayscale: #686868. Windows color (decimal): -5029771 or 7684275. OLE color: 7684275.

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

Color convert

RGB 179 64 117 -
CMYK 0 0.64 0.35 0.30
HSL 332.35º 0.47% 0.48% -
HSV(B) 332.35º 0.64% 0.7% -
XYZ 23.63 14.53 18.39 -
YUV 104.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 179 64 117 0 0.64 0.35 0.30 332.35 0.47 0.48
Hex B3 40 75 0 40 23 1E 14C 2F 30
Octal 263 100 165 0 100 43 36 514 57 60
Binary 10110011 1000000 1110101 0 1000000 100011 11110 101001100 101111 110000

Color Harmonies of #B34075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34075

Black with #B34075

Text Example


Text Example

White with #B34075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34075; }

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

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

background-color css

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

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

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

border-color css

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

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

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