Html Css Color HEX #B6585F Blush

📋 copy color: '#B6585F'

red 182 ◦ green 88 ◦ blue 95

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

Shades of Blush #B6585F

Tints of Blush #B6585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 49.86%
G = 24.11%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B6585F (or 0xB6585F) is known color: Blush. HEX triplet: B6, 58 and 5F. RGB value is (182,88,95). Sum of RGB (Red+Green+Blue) = 182+88+95=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6585F is #49A7A0. Grayscale: #747474. Windows color (decimal): -4827041 or 6248630. OLE color: 6248630.

HSL color Cylindrical-coordinate representation of color #B6585F: hue angle of 355.53º 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 #B6585F is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 88 95 -
CMYK 0 0.52 0.48 0.29
HSL 355.53º 0.39% 0.53% -
HSV(B) 355.53º 0.52% 0.71% -
XYZ 24.85 17.75 12.94 -
YUV 116.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 182 88 95 0 0.52 0.48 0.29 355.53 0.39 0.53
Hex B6 58 5F 0 34 30 1D 164 27 35
Octal 266 130 137 0 64 60 35 544 47 65
Binary 10110110 1011000 1011111 0 110100 110000 11101 101100100 100111 110101

Color Harmonies of #B6585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6585F

Black with #B6585F

Text Example


Text Example

White with #B6585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6585F; }

 p { color: rgb(182,88,95); }

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

background-color css

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

 a { background-color: rgb(182,88,95); }

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

border-color css

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

 span { border-color: rgb(182,88,95); }

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