Html Css Color HEX #B04174 Royal Heath

📋 copy color: '#B04174'

red 176 ◦ green 65 ◦ blue 116

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

Shades of Royal Heath #B04174

Tints of Royal Heath #B04174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

 BLUE value IS 116 (45.7% from 255) = 32.49%

R = 49.3%
G = 18.21%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B04174 (or 0xB04174) is known color: Royal Heath. HEX triplet: B0, 41 and 74. RGB value is (176,65,116). Sum of RGB (Red+Green+Blue) = 176+65+116=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B04174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04174 is #4FBE8B. Grayscale: #676767. Windows color (decimal): -5226124 or 7618992. OLE color: 7618992.

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

Color convert

RGB 176 65 116 -
CMYK 0 0.63 0.34 0.31
HSL 332.43º 0.46% 0.47% -
HSV(B) 332.43º 0.63% 0.69% -
XYZ 22.95 14.27 18.07 -
YUV 104 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 176 65 116 0 0.63 0.34 0.31 332.43 0.46 0.47
Hex B0 41 74 0 3F 22 1F 14C 2E 2F
Octal 260 101 164 0 77 42 37 514 56 57
Binary 10110000 1000001 1110100 0 111111 100010 11111 101001100 101110 101111

Color Harmonies of #B04174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04174

Black with #B04174

Text Example


Text Example

White with #B04174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04174; }

 p { color: rgb(176,65,116); }

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

background-color css

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

 a { background-color: rgb(176,65,116); }

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

border-color css

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

 span { border-color: rgb(176,65,116); }

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