Html Css Color HEX #B1426E Royal Heath

📋 copy color: '#B1426E'

red 177 ◦ green 66 ◦ blue 110

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

Shades of Royal Heath #B1426E

Tints of Royal Heath #B1426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.7%

 BLUE value IS 110 (43.36% from 255) = 31.16%

R = 50.14%
G = 18.7%
B = 31.16%

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

#B1426E (or 0xB1426E) is known color: Royal Heath. HEX triplet: B1, 42 and 6E. RGB value is (177,66,110). Sum of RGB (Red+Green+Blue) = 177+66+110=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1426E is #4EBD91. Grayscale: #686868. Windows color (decimal): -5160338 or 7226033. OLE color: 7226033.

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

Color convert

RGB 177 66 110 -
CMYK 0 0.63 0.38 0.31
HSL 336.22º 0.46% 0.48% -
HSV(B) 336.22º 0.63% 0.69% -
XYZ 22.89 14.37 16.32 -
YUV 104.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 177 66 110 0 0.63 0.38 0.31 336.22 0.46 0.48
Hex B1 42 6E 0 3F 26 1F 150 2E 30
Octal 261 102 156 0 77 46 37 520 56 60
Binary 10110001 1000010 1101110 0 111111 100110 11111 101010000 101110 110000

Color Harmonies of #B1426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1426E

Black with #B1426E

Text Example


Text Example

White with #B1426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1426E; }

 p { color: rgb(177,66,110); }

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

background-color css

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

 a { background-color: rgb(177,66,110); }

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

border-color css

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

 span { border-color: rgb(177,66,110); }

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