Html Css Color HEX #B05675 Royal Heath

📋 copy color: '#B05675'

red 176 ◦ green 86 ◦ blue 117

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

Shades of Royal Heath #B05675

Tints of Royal Heath #B05675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

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

R = 46.44%
G = 22.69%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B05675 (or 0xB05675) is known color: Royal Heath. HEX triplet: B0, 56 and 75. RGB value is (176,86,117). Sum of RGB (Red+Green+Blue) = 176+86+117=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B05675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05675 is #4FA98A. Grayscale: #747474. Windows color (decimal): -5220747 or 7689904. OLE color: 7689904.

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

Color convert

RGB 176 86 117 -
CMYK 0 0.51 0.34 0.31
HSL 339.33º 0.36% 0.51% -
HSV(B) 339.33º 0.51% 0.69% -
XYZ 24.44 17.17 18.86 -
YUV 116.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 176 86 117 0 0.51 0.34 0.31 339.33 0.36 0.51
Hex B0 56 75 0 33 22 1F 153 24 33
Octal 260 126 165 0 63 42 37 523 44 63
Binary 10110000 1010110 1110101 0 110011 100010 11111 101010011 100100 110011

Color Harmonies of #B05675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05675

Black with #B05675

Text Example


Text Example

White with #B05675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05675; }

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

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

background-color css

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

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

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

border-color css

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

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

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