Html Css Color HEX #B15382 Royal Heath

📋 copy color: '#B15382'

red 177 ◦ green 83 ◦ blue 130

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

Shades of Royal Heath #B15382

Tints of Royal Heath #B15382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 45.38%
G = 21.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B15382 (or 0xB15382) is known color: Royal Heath. HEX triplet: B1, 53 and 82. RGB value is (177,83,130). Sum of RGB (Red+Green+Blue) = 177+83+130=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B15382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15382 is #4EAC7D. Grayscale: #747474. Windows color (decimal): -5155966 or 8541105. OLE color: 8541105.

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

Color convert

RGB 177 83 130 -
CMYK 0 0.53 0.27 0.31
HSL 330º 0.38% 0.51% -
HSV(B) 330º 0.53% 0.69% -
XYZ 25.25 17.15 23.1 -
YUV 116.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 177 83 130 0 0.53 0.27 0.31 330 0.38 0.51
Hex B1 53 82 0 35 1B 1F 14A 26 33
Octal 261 123 202 0 65 33 37 512 46 63
Binary 10110001 1010011 10000010 0 110101 11011 11111 101001010 100110 110011

Color Harmonies of #B15382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15382

Black with #B15382

Text Example


Text Example

White with #B15382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15382; }

 p { color: rgb(177,83,130); }

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

background-color css

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

 a { background-color: rgb(177,83,130); }

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

border-color css

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

 span { border-color: rgb(177,83,130); }

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