Html Css Color HEX #B1416D Royal Heath

📋 copy color: '#B1416D'

red 177 ◦ green 65 ◦ blue 109

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

Shades of Royal Heath #B1416D

Tints of Royal Heath #B1416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

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

R = 50.43%
G = 18.52%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1416D (or 0xB1416D) is known color: Royal Heath. HEX triplet: B1, 41 and 6D. RGB value is (177,65,109). Sum of RGB (Red+Green+Blue) = 177+65+109=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1416D is #4EBE92. Grayscale: #676767. Windows color (decimal): -5160595 or 7160241. OLE color: 7160241.

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

Color convert

RGB 177 65 109 -
CMYK 0 0.63 0.38 0.31
HSL 336.43º 0.46% 0.47% -
HSV(B) 336.43º 0.63% 0.69% -
XYZ 22.78 14.23 16.01 -
YUV 103.5 131.11 180.42 -
System Red Green Blue C M Y K H S L
Decimal 177 65 109 0 0.63 0.38 0.31 336.43 0.46 0.47
Hex B1 41 6D 0 3F 26 1F 150 2E 2F
Octal 261 101 155 0 77 46 37 520 56 57
Binary 10110001 1000001 1101101 0 111111 100110 11111 101010000 101110 101111

Color Harmonies of #B1416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1416D

Black with #B1416D

Text Example


Text Example

White with #B1416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1416D; }

 p { color: rgb(177,65,109); }

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

background-color css

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

 a { background-color: rgb(177,65,109); }

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

border-color css

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

 span { border-color: rgb(177,65,109); }

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