Html Css Color HEX #B8505D Blush

📋 copy color: '#B8505D'

red 184 ◦ green 80 ◦ blue 93

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

Shades of Blush #B8505D

Tints of Blush #B8505D

RGB

 RED value IS 184 (72.27% from 255) = 51.54%

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

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

R = 51.54%
G = 22.41%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8505D (or 0xB8505D) is known color: Blush. HEX triplet: B8, 50 and 5D. RGB value is (184,80,93). Sum of RGB (Red+Green+Blue) = 184+80+93=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8505D is #47AFA2. Grayscale: #707070. Windows color (decimal): -4698019 or 6115512. OLE color: 6115512.

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

Color convert

RGB 184 80 93 -
CMYK 0 0.57 0.49 0.28
HSL 352.5º 0.42% 0.52% -
HSV(B) 352.5º 0.57% 0.72% -
XYZ 24.61 16.72 12.29 -
YUV 112.58 116.96 178.94 -
System Red Green Blue C M Y K H S L
Decimal 184 80 93 0 0.57 0.49 0.28 352.5 0.42 0.52
Hex B8 50 5D 0 39 31 1C 160 2A 34
Octal 270 120 135 0 71 61 34 540 52 64
Binary 10111000 1010000 1011101 0 111001 110001 11100 101100000 101010 110100

Color Harmonies of #B8505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8505D

Black with #B8505D

Text Example


Text Example

White with #B8505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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