Html Css Color HEX #B04077 Royal Heath

📋 copy color: '#B04077'

red 176 ◦ green 64 ◦ blue 119

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

Shades of Royal Heath #B04077

Tints of Royal Heath #B04077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 49.03%
G = 17.83%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B04077 (or 0xB04077) is known color: Royal Heath. HEX triplet: B0, 40 and 77. RGB value is (176,64,119). Sum of RGB (Red+Green+Blue) = 176+64+119=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B04077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04077 is #4FBF88. Grayscale: #676767. Windows color (decimal): -5226377 or 7815344. OLE color: 7815344.

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

Color convert

RGB 176 64 119 -
CMYK 0 0.64 0.32 0.31
HSL 330.54º 0.47% 0.47% -
HSV(B) 330.54º 0.64% 0.69% -
XYZ 23.07 14.23 18.98 -
YUV 103.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 176 64 119 0 0.64 0.32 0.31 330.54 0.47 0.47
Hex B0 40 77 0 40 20 1F 14B 2F 2F
Octal 260 100 167 0 100 40 37 513 57 57
Binary 10110000 1000000 1110111 0 1000000 100000 11111 101001011 101111 101111

Color Harmonies of #B04077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04077

Black with #B04077

Text Example


Text Example

White with #B04077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04077; }

 p { color: rgb(176,64,119); }

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

background-color css

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

 a { background-color: rgb(176,64,119); }

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

border-color css

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

 span { border-color: rgb(176,64,119); }

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