Html Css Color HEX #B0456C Royal Heath

📋 copy color: '#B0456C'

red 176 ◦ green 69 ◦ blue 108

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

Shades of Royal Heath #B0456C

Tints of Royal Heath #B0456C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 49.86%
G = 19.55%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0456C (or 0xB0456C) is known color: Royal Heath. HEX triplet: B0, 45 and 6C. RGB value is (176,69,108). Sum of RGB (Red+Green+Blue) = 176+69+108=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0456C is #4FBA93. Grayscale: #696969. Windows color (decimal): -5225108 or 7095728. OLE color: 7095728.

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

Color convert

RGB 176 69 108 -
CMYK 0 0.61 0.39 0.31
HSL 338.13º 0.44% 0.48% -
HSV(B) 338.13º 0.61% 0.69% -
XYZ 22.74 14.57 15.8 -
YUV 105.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 176 69 108 0 0.61 0.39 0.31 338.13 0.44 0.48
Hex B0 45 6C 0 3D 27 1F 152 2C 30
Octal 260 105 154 0 75 47 37 522 54 60
Binary 10110000 1000101 1101100 0 111101 100111 11111 101010010 101100 110000

Color Harmonies of #B0456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0456C

Black with #B0456C

Text Example


Text Example

White with #B0456C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0456C; }

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

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

background-color css

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

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

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

border-color css

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

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

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