Html Css Color HEX #B04675 Royal Heath

📋 copy color: '#B04675'

red 176 ◦ green 70 ◦ blue 117

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

Shades of Royal Heath #B04675

Tints of Royal Heath #B04675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.28%

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 48.48%
G = 19.28%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B04675 (or 0xB04675) is known color: Royal Heath. HEX triplet: B0, 46 and 75. RGB value is (176,70,117). Sum of RGB (Red+Green+Blue) = 176+70+117=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B04675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04675 is #4FB98A. Grayscale: #6A6A6A. Windows color (decimal): -5224843 or 7685808. OLE color: 7685808.

HSL color Cylindrical-coordinate representation of color #B04675: hue angle of 333.4º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04675 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 117 -
CMYK 0 0.60 0.34 0.31
HSL 333.4º 0.43% 0.48% -
HSV(B) 333.4º 0.6% 0.69% -
XYZ 23.31 14.89 18.48 -
YUV 107.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 176 70 117 0 0.60 0.34 0.31 333.4 0.43 0.48
Hex B0 46 75 0 3C 22 1F 14D 2B 30
Octal 260 106 165 0 74 42 37 515 53 60
Binary 10110000 1000110 1110101 0 111100 100010 11111 101001101 101011 110000

Color Harmonies of #B04675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04675

Black with #B04675

Text Example


Text Example

White with #B04675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04675; }

 p { color: rgb(176,70,117); }

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

background-color css

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

 a { background-color: rgb(176,70,117); }

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

border-color css

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

 span { border-color: rgb(176,70,117); }

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