Html Css Color HEX #B75961 Blush

📋 copy color: '#B75961'

red 183 ◦ green 89 ◦ blue 97

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

Shades of Blush #B75961

Tints of Blush #B75961

RGB

 RED value IS 183 (71.88% from 255) = 49.59%

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

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 49.59%
G = 24.12%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B75961 (or 0xB75961) is known color: Blush. HEX triplet: B7, 59 and 61. RGB value is (183,89,97). Sum of RGB (Red+Green+Blue) = 183+89+97=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B75961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75961 is #48A69E. Grayscale: #767676. Windows color (decimal): -4761247 or 6379959. OLE color: 6379959.

HSL color Cylindrical-coordinate representation of color #B75961: hue angle of 354.89º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75961 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 89 97 -
CMYK 0 0.51 0.47 0.28
HSL 354.89º 0.39% 0.53% -
HSV(B) 354.89º 0.51% 0.72% -
XYZ 25.26 18.08 13.47 -
YUV 118.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 183 89 97 0 0.51 0.47 0.28 354.89 0.39 0.53
Hex B7 59 61 0 33 2F 1C 163 27 35
Octal 267 131 141 0 63 57 34 543 47 65
Binary 10110111 1011001 1100001 0 110011 101111 11100 101100011 100111 110101

Color Harmonies of #B75961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75961

Black with #B75961

Text Example


Text Example

White with #B75961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75961; }

 p { color: rgb(183,89,97); }

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

background-color css

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

 a { background-color: rgb(183,89,97); }

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

border-color css

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

 span { border-color: rgb(183,89,97); }

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