Html Css Color HEX #B04865 Blush

📋 copy color: '#B04865'

red 176 ◦ green 72 ◦ blue 101

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

Shades of Blush #B04865

Tints of Blush #B04865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

 BLUE value IS 101 (39.84% from 255) = 28.94%

R = 50.43%
G = 20.63%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B04865 (or 0xB04865) is known color: Blush. HEX triplet: B0, 48 and 65. RGB value is (176,72,101). Sum of RGB (Red+Green+Blue) = 176+72+101=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B04865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04865 is #4FB79A. Grayscale: #6A6A6A. Windows color (decimal): -5224347 or 6637744. OLE color: 6637744.

HSL color Cylindrical-coordinate representation of color #B04865: hue angle of 343.27º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04865 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 101 -
CMYK 0 0.59 0.43 0.31
HSL 343.27º 0.42% 0.49% -
HSV(B) 343.27º 0.59% 0.69% -
XYZ 22.57 14.8 13.98 -
YUV 106.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 176 72 101 0 0.59 0.43 0.31 343.27 0.42 0.49
Hex B0 48 65 0 3B 2B 1F 157 2A 31
Octal 260 110 145 0 73 53 37 527 52 61
Binary 10110000 1001000 1100101 0 111011 101011 11111 101010111 101010 110001

Color Harmonies of #B04865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04865

Black with #B04865

Text Example


Text Example

White with #B04865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04865; }

 p { color: rgb(176,72,101); }

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

background-color css

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

 a { background-color: rgb(176,72,101); }

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

border-color css

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

 span { border-color: rgb(176,72,101); }

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