Html Css Color HEX #B1486B Royal Heath

📋 copy color: '#B1486B'

red 177 ◦ green 72 ◦ blue 107

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

Shades of Royal Heath #B1486B

Tints of Royal Heath #B1486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 49.72%
G = 20.22%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1486B (or 0xB1486B) is known color: Royal Heath. HEX triplet: B1, 48 and 6B. RGB value is (177,72,107). Sum of RGB (Red+Green+Blue) = 177+72+107=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1486B is #4EB794. Grayscale: #6B6B6B. Windows color (decimal): -5158805 or 7030961. OLE color: 7030961.

HSL color Cylindrical-coordinate representation of color #B1486B: hue angle of 340º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1486B is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 107 -
CMYK 0 0.59 0.40 0.31
HSL 340º 0.42% 0.49% -
HSV(B) 340º 0.59% 0.69% -
XYZ 23.1 15.04 15.6 -
YUV 107.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 177 72 107 0 0.59 0.40 0.31 340 0.42 0.49
Hex B1 48 6B 0 3B 28 1F 154 2A 31
Octal 261 110 153 0 73 50 37 524 52 61
Binary 10110001 1001000 1101011 0 111011 101000 11111 101010100 101010 110001

Color Harmonies of #B1486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1486B

Black with #B1486B

Text Example


Text Example

White with #B1486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1486B; }

 p { color: rgb(177,72,107); }

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

background-color css

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

 a { background-color: rgb(177,72,107); }

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

border-color css

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

 span { border-color: rgb(177,72,107); }

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