Html Css Color HEX #B04B70 Royal Heath

📋 copy color: '#B04B70'

red 176 ◦ green 75 ◦ blue 112

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

Shades of Royal Heath #B04B70

Tints of Royal Heath #B04B70

RGB

 RED value IS 176 (69.14% from 255) = 48.48%

 GREEN value IS 75 (29.69% from 255) = 20.66%

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 48.48%
G = 20.66%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B04B70 (or 0xB04B70) is known color: Royal Heath. HEX triplet: B0, 4B and 70. RGB value is (176,75,112). Sum of RGB (Red+Green+Blue) = 176+75+112=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B70 is #4FB48F. Grayscale: #6D6D6D. Windows color (decimal): -5223568 or 7359408. OLE color: 7359408.

HSL color Cylindrical-coordinate representation of color #B04B70: hue angle of 338.02º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04B70 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 75 112 -
CMYK 0 0.57 0.36 0.31
HSL 338.02º 0.4% 0.49% -
HSV(B) 338.02º 0.57% 0.69% -
XYZ 23.35 15.43 17.08 -
YUV 109.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 176 75 112 0 0.57 0.36 0.31 338.02 0.4 0.49
Hex B0 4B 70 0 39 24 1F 152 28 31
Octal 260 113 160 0 71 44 37 522 50 61
Binary 10110000 1001011 1110000 0 111001 100100 11111 101010010 101000 110001

Color Harmonies of #B04B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04B70

Black with #B04B70

Text Example


Text Example

White with #B04B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04B70; }

 p { color: rgb(176,75,112); }

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

background-color css

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

 a { background-color: rgb(176,75,112); }

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

border-color css

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

 span { border-color: rgb(176,75,112); }

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