Html Css Color HEX #B15462 Blush

📋 copy color: '#B15462'

red 177 ◦ green 84 ◦ blue 98

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

Shades of Blush #B15462

Tints of Blush #B15462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.4%

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 49.3%
G = 23.4%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B15462 (or 0xB15462) is known color: Blush. HEX triplet: B1, 54 and 62. RGB value is (177,84,98). Sum of RGB (Red+Green+Blue) = 177+84+98=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B15462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15462 is #4EAB9D. Grayscale: #717171. Windows color (decimal): -5155742 or 6444209. OLE color: 6444209.

HSL color Cylindrical-coordinate representation of color #B15462: hue angle of 350.97º degrees, saturation: 0.37, 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 #B15462 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 98 -
CMYK 0 0.53 0.45 0.31
HSL 350.97º 0.37% 0.51% -
HSV(B) 350.97º 0.53% 0.69% -
XYZ 23.51 16.57 13.51 -
YUV 113.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 177 84 98 0 0.53 0.45 0.31 350.97 0.37 0.51
Hex B1 54 62 0 35 2D 1F 15F 25 33
Octal 261 124 142 0 65 55 37 537 45 63
Binary 10110001 1010100 1100010 0 110101 101101 11111 101011111 100101 110011

Color Harmonies of #B15462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15462

Black with #B15462

Text Example


Text Example

White with #B15462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15462; }

 p { color: rgb(177,84,98); }

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

background-color css

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

 a { background-color: rgb(177,84,98); }

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

border-color css

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

 span { border-color: rgb(177,84,98); }

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