Html Css Color HEX #B04270 Royal Heath

📋 copy color: '#B04270'

red 176 ◦ green 66 ◦ blue 112

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

Shades of Royal Heath #B04270

Tints of Royal Heath #B04270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

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

R = 49.72%
G = 18.64%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B04270 (or 0xB04270) is known color: Royal Heath. HEX triplet: B0, 42 and 70. RGB value is (176,66,112). Sum of RGB (Red+Green+Blue) = 176+66+112=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B04270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04270 is #4FBD8F. Grayscale: #686868. Windows color (decimal): -5225872 or 7357104. OLE color: 7357104.

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

Color convert

RGB 176 66 112 -
CMYK 0 0.62 0.36 0.31
HSL 334.91º 0.45% 0.47% -
HSV(B) 334.91º 0.63% 0.69% -
XYZ 22.78 14.3 16.89 -
YUV 104.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 176 66 112 0 0.62 0.36 0.31 334.91 0.45 0.47
Hex B0 42 70 0 3E 24 1F 14F 2D 2F
Octal 260 102 160 0 76 44 37 517 55 57
Binary 10110000 1000010 1110000 0 111110 100100 11111 101001111 101101 101111

Color Harmonies of #B04270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04270

Black with #B04270

Text Example


Text Example

White with #B04270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04270; }

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

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

background-color css

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

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

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

border-color css

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

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

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