Html Css Color HEX #B05672 Royal Heath

📋 copy color: '#B05672'

red 176 ◦ green 86 ◦ blue 114

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

Shades of Royal Heath #B05672

Tints of Royal Heath #B05672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 46.81%
G = 22.87%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B05672 (or 0xB05672) is known color: Royal Heath. HEX triplet: B0, 56 and 72. RGB value is (176,86,114). Sum of RGB (Red+Green+Blue) = 176+86+114=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B05672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05672 is #4FA98D. Grayscale: #747474. Windows color (decimal): -5220750 or 7493296. OLE color: 7493296.

HSL color Cylindrical-coordinate representation of color #B05672: hue angle of 341.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 #B05672 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 86 114 -
CMYK 0 0.51 0.35 0.31
HSL 341.33º 0.36% 0.51% -
HSV(B) 341.33º 0.51% 0.69% -
XYZ 24.27 17.1 17.94 -
YUV 116.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 176 86 114 0 0.51 0.35 0.31 341.33 0.36 0.51
Hex B0 56 72 0 33 23 1F 155 24 33
Octal 260 126 162 0 63 43 37 525 44 63
Binary 10110000 1010110 1110010 0 110011 100011 11111 101010101 100100 110011

Color Harmonies of #B05672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05672

Black with #B05672

Text Example


Text Example

White with #B05672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05672; }

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

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

background-color css

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

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

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

border-color css

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

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

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