Html Css Color HEX #B0585E Blush

📋 copy color: '#B0585E'

red 176 ◦ green 88 ◦ blue 94

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

Shades of Blush #B0585E

Tints of Blush #B0585E

RGB

 RED value IS 176 (69.14% from 255) = 49.16%

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 49.16%
G = 24.58%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0585E (or 0xB0585E) is known color: Blush. HEX triplet: B0, 58 and 5E. RGB value is (176,88,94). Sum of RGB (Red+Green+Blue) = 176+88+94=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0585E is #4FA7A1. Grayscale: #737373. Windows color (decimal): -5220258 or 6183088. OLE color: 6183088.

HSL color Cylindrical-coordinate representation of color #B0585E: hue angle of 355.91º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0585E is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 94 -
CMYK 0 0.50 0.47 0.31
HSL 355.91º 0.36% 0.52% -
HSV(B) 355.91º 0.5% 0.69% -
XYZ 23.41 17.02 12.64 -
YUV 115 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 176 88 94 0 0.50 0.47 0.31 355.91 0.36 0.52
Hex B0 58 5E 0 32 2F 1F 164 24 34
Octal 260 130 136 0 62 57 37 544 44 64
Binary 10110000 1011000 1011110 0 110010 101111 11111 101100100 100100 110100

Color Harmonies of #B0585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0585E

Black with #B0585E

Text Example


Text Example

White with #B0585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0585E; }

 p { color: rgb(176,88,94); }

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

background-color css

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

 a { background-color: rgb(176,88,94); }

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

border-color css

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

 span { border-color: rgb(176,88,94); }

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