Html Css Color HEX #B6505D Blush

📋 copy color: '#B6505D'

red 182 ◦ green 80 ◦ blue 93

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

Shades of Blush #B6505D

Tints of Blush #B6505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

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

R = 51.27%
G = 22.54%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6505D (or 0xB6505D) is known color: Blush. HEX triplet: B6, 50 and 5D. RGB value is (182,80,93). Sum of RGB (Red+Green+Blue) = 182+80+93=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6505D is #49AFA2. Grayscale: #707070. Windows color (decimal): -4829091 or 6115510. OLE color: 6115510.

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

Color convert

RGB 182 80 93 -
CMYK 0 0.56 0.49 0.29
HSL 352.35º 0.41% 0.51% -
HSV(B) 352.35º 0.56% 0.71% -
XYZ 24.14 16.47 12.26 -
YUV 111.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 182 80 93 0 0.56 0.49 0.29 352.35 0.41 0.51
Hex B6 50 5D 0 38 31 1D 160 29 33
Octal 266 120 135 0 70 61 35 540 51 63
Binary 10110110 1010000 1011101 0 111000 110001 11101 101100000 101001 110011

Color Harmonies of #B6505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6505D

Black with #B6505D

Text Example


Text Example

White with #B6505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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