Html Css Color HEX #B0456D Royal Heath

📋 copy color: '#B0456D'

red 176 ◦ green 69 ◦ blue 109

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

Shades of Royal Heath #B0456D

Tints of Royal Heath #B0456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.49%

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 49.72%
G = 19.49%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0456D (or 0xB0456D) is known color: Royal Heath. HEX triplet: B0, 45 and 6D. RGB value is (176,69,109). Sum of RGB (Red+Green+Blue) = 176+69+109=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0456D is #4FBA92. Grayscale: #696969. Windows color (decimal): -5225107 or 7161264. OLE color: 7161264.

HSL color Cylindrical-coordinate representation of color #B0456D: hue angle of 337.57º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0456D is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 109 -
CMYK 0 0.61 0.38 0.31
HSL 337.57º 0.44% 0.48% -
HSV(B) 337.57º 0.61% 0.69% -
XYZ 22.79 14.59 16.08 -
YUV 105.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 176 69 109 0 0.61 0.38 0.31 337.57 0.44 0.48
Hex B0 45 6D 0 3D 26 1F 152 2C 30
Octal 260 105 155 0 75 46 37 522 54 60
Binary 10110000 1000101 1101101 0 111101 100110 11111 101010010 101100 110000

Color Harmonies of #B0456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0456D

Black with #B0456D

Text Example


Text Example

White with #B0456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0456D; }

 p { color: rgb(176,69,109); }

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

background-color css

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

 a { background-color: rgb(176,69,109); }

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

border-color css

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

 span { border-color: rgb(176,69,109); }

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