Html Css Color HEX #B1466C Royal Heath

📋 copy color: '#B1466C'

red 177 ◦ green 70 ◦ blue 108

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

Shades of Royal Heath #B1466C

Tints of Royal Heath #B1466C

RGB

 RED value IS 177 (69.53% from 255) = 49.86%

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

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

R = 49.86%
G = 19.72%
B = 30.42%

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

#B1466C (or 0xB1466C) is known color: Royal Heath. HEX triplet: B1, 46 and 6C. RGB value is (177,70,108). Sum of RGB (Red+Green+Blue) = 177+70+108=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1466C is #4EB993. Grayscale: #6A6A6A. Windows color (decimal): -5159316 or 7095985. OLE color: 7095985.

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

Color convert

RGB 177 70 108 -
CMYK 0 0.60 0.39 0.31
HSL 338.69º 0.43% 0.48% -
HSV(B) 338.69º 0.6% 0.69% -
XYZ 23.03 14.81 15.83 -
YUV 106.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 177 70 108 0 0.60 0.39 0.31 338.69 0.43 0.48
Hex B1 46 6C 0 3C 27 1F 153 2B 30
Octal 261 106 154 0 74 47 37 523 53 60
Binary 10110001 1000110 1101100 0 111100 100111 11111 101010011 101011 110000

Color Harmonies of #B1466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1466C

Black with #B1466C

Text Example


Text Example

White with #B1466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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