Html Css Color HEX #B5565D Blush

📋 copy color: '#B5565D'

red 181 ◦ green 86 ◦ blue 93

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

Shades of Blush #B5565D

Tints of Blush #B5565D

RGB

 RED value IS 181 (71.09% from 255) = 50.28%

 GREEN value IS 86 (33.98% from 255) = 23.89%

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

R = 50.28%
G = 23.89%
B = 25.83%

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

#B5565D (or 0xB5565D) is known color: Blush. HEX triplet: B5, 56 and 5D. RGB value is (181,86,93). Sum of RGB (Red+Green+Blue) = 181+86+93=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5565D is #4AA9A2. Grayscale: #737373. Windows color (decimal): -4893091 or 6117045. OLE color: 6117045.

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

Color convert

RGB 181 86 93 -
CMYK 0 0.52 0.49 0.29
HSL 355.58º 0.39% 0.52% -
HSV(B) 355.58º 0.52% 0.71% -
XYZ 24.36 17.27 12.41 -
YUV 115.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 181 86 93 0 0.52 0.49 0.29 355.58 0.39 0.52
Hex B5 56 5D 0 34 31 1D 164 27 34
Octal 265 126 135 0 64 61 35 544 47 64
Binary 10110101 1010110 1011101 0 110100 110001 11101 101100100 100111 110100

Color Harmonies of #B5565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5565D

Black with #B5565D

Text Example


Text Example

White with #B5565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5565D; }

 p { color: rgb(181,86,93); }

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

background-color css

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

 a { background-color: rgb(181,86,93); }

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

border-color css

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

 span { border-color: rgb(181,86,93); }

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