Html Css Color HEX #B04C7B Royal Heath

📋 copy color: '#B04C7B'

red 176 ◦ green 76 ◦ blue 123

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

Shades of Royal Heath #B04C7B

Tints of Royal Heath #B04C7B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 46.93%
G = 20.27%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B04C7B (or 0xB04C7B) is known color: Royal Heath. HEX triplet: B0, 4C and 7B. RGB value is (176,76,123). Sum of RGB (Red+Green+Blue) = 176+76+123=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C7B is #4FB384. Grayscale: #6F6F6F. Windows color (decimal): -5223301 or 8080560. OLE color: 8080560.

HSL color Cylindrical-coordinate representation of color #B04C7B: hue angle of 331.8º 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 #B04C7B is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 76 123 -
CMYK 0 0.57 0.30 0.31
HSL 331.8º 0.4% 0.49% -
HSV(B) 331.8º 0.57% 0.69% -
XYZ 24.06 15.83 20.53 -
YUV 111.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 176 76 123 0 0.57 0.30 0.31 331.8 0.4 0.49
Hex B0 4C 7B 0 39 1E 1F 14C 28 31
Octal 260 114 173 0 71 36 37 514 50 61
Binary 10110000 1001100 1111011 0 111001 11110 11111 101001100 101000 110001

Color Harmonies of #B04C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C7B

Black with #B04C7B

Text Example


Text Example

White with #B04C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C7B; }

 p { color: rgb(176,76,123); }

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

background-color css

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

 a { background-color: rgb(176,76,123); }

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

border-color css

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

 span { border-color: rgb(176,76,123); }

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