Html Css Color HEX #B6575D Blush

📋 copy color: '#B6575D'

red 182 ◦ green 87 ◦ blue 93

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

Shades of Blush #B6575D

Tints of Blush #B6575D

RGB

 RED value IS 182 (71.48% from 255) = 50.28%

 GREEN value IS 87 (34.38% from 255) = 24.03%

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 50.28%
G = 24.03%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6575D (or 0xB6575D) is known color: Blush. HEX triplet: B6, 57 and 5D. RGB value is (182,87,93). Sum of RGB (Red+Green+Blue) = 182+87+93=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6575D is #49A8A2. Grayscale: #747474. Windows color (decimal): -4827299 or 6117302. OLE color: 6117302.

HSL color Cylindrical-coordinate representation of color #B6575D: hue angle of 356.21º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6575D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 87 93 -
CMYK 0 0.52 0.49 0.29
HSL 356.21º 0.39% 0.53% -
HSV(B) 356.21º 0.52% 0.71% -
XYZ 24.68 17.55 12.44 -
YUV 116.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 182 87 93 0 0.52 0.49 0.29 356.21 0.39 0.53
Hex B6 57 5D 0 34 31 1D 164 27 35
Octal 266 127 135 0 64 61 35 544 47 65
Binary 10110110 1010111 1011101 0 110100 110001 11101 101100100 100111 110101

Color Harmonies of #B6575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6575D

Black with #B6575D

Text Example


Text Example

White with #B6575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6575D; }

 p { color: rgb(182,87,93); }

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

background-color css

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

 a { background-color: rgb(182,87,93); }

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

border-color css

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

 span { border-color: rgb(182,87,93); }

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