Html Css Color HEX #B0466C Royal Heath

📋 copy color: '#B0466C'

red 176 ◦ green 70 ◦ blue 108

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

Shades of Royal Heath #B0466C

Tints of Royal Heath #B0466C

RGB

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

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

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

R = 49.72%
G = 19.77%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0466C (or 0xB0466C) is known color: Royal Heath. HEX triplet: B0, 46 and 6C. RGB value is (176,70,108). Sum of RGB (Red+Green+Blue) = 176+70+108=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0466C is #4FB993. Grayscale: #696969. Windows color (decimal): -5224852 or 7095984. OLE color: 7095984.

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

Color convert

RGB 176 70 108 -
CMYK 0 0.60 0.39 0.31
HSL 338.49º 0.43% 0.48% -
HSV(B) 338.49º 0.6% 0.69% -
XYZ 22.8 14.69 15.82 -
YUV 106.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 176 70 108 0 0.60 0.39 0.31 338.49 0.43 0.48
Hex B0 46 6C 0 3C 27 1F 152 2B 30
Octal 260 106 154 0 74 47 37 522 53 60
Binary 10110000 1000110 1101100 0 111100 100111 11111 101010010 101011 110000

Color Harmonies of #B0466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0466C

Black with #B0466C

Text Example


Text Example

White with #B0466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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