Html Css Color HEX #B15965 Blush

📋 copy color: '#B15965'

red 177 ◦ green 89 ◦ blue 101

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

Shades of Blush #B15965

Tints of Blush #B15965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.25%

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 48.23%
G = 24.25%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B15965 (or 0xB15965) is known color: Blush. HEX triplet: B1, 59 and 65. RGB value is (177,89,101). Sum of RGB (Red+Green+Blue) = 177+89+101=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B15965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15965 is #4EA69A. Grayscale: #747474. Windows color (decimal): -5154459 or 6642097. OLE color: 6642097.

HSL color Cylindrical-coordinate representation of color #B15965: hue angle of 351.82º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15965 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 101 -
CMYK 0 0.50 0.43 0.31
HSL 351.82º 0.36% 0.52% -
HSV(B) 351.82º 0.5% 0.69% -
XYZ 24.05 17.43 14.41 -
YUV 116.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 177 89 101 0 0.50 0.43 0.31 351.82 0.36 0.52
Hex B1 59 65 0 32 2B 1F 160 24 34
Octal 261 131 145 0 62 53 37 540 44 64
Binary 10110001 1011001 1100101 0 110010 101011 11111 101100000 100100 110100

Color Harmonies of #B15965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15965

Black with #B15965

Text Example


Text Example

White with #B15965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15965; }

 p { color: rgb(177,89,101); }

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

background-color css

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

 a { background-color: rgb(177,89,101); }

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

border-color css

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

 span { border-color: rgb(177,89,101); }

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