Html Css Color HEX #B75365 Blush

📋 copy color: '#B75365'

red 183 ◦ green 83 ◦ blue 101

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

Shades of Blush #B75365

Tints of Blush #B75365

RGB

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

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

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

R = 49.86%
G = 22.62%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B75365 (or 0xB75365) is known color: Blush. HEX triplet: B7, 53 and 65. RGB value is (183,83,101). Sum of RGB (Red+Green+Blue) = 183+83+101=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B75365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75365 is #48AC9A. Grayscale: #727272. Windows color (decimal): -4762779 or 6640567. OLE color: 6640567.

HSL color Cylindrical-coordinate representation of color #B75365: hue angle of 349.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75365 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 83 101 -
CMYK 0 0.55 0.45 0.28
HSL 349.2º 0.41% 0.52% -
HSV(B) 349.2º 0.55% 0.72% -
XYZ 24.97 17.19 14.31 -
YUV 114.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 183 83 101 0 0.55 0.45 0.28 349.2 0.41 0.52
Hex B7 53 65 0 37 2D 1C 15D 29 34
Octal 267 123 145 0 67 55 34 535 51 64
Binary 10110111 1010011 1100101 0 110111 101101 11100 101011101 101001 110100

Color Harmonies of #B75365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75365

Black with #B75365

Text Example


Text Example

White with #B75365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75365; }

 p { color: rgb(183,83,101); }

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

background-color css

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

 a { background-color: rgb(183,83,101); }

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

border-color css

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

 span { border-color: rgb(183,83,101); }

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