Html Css Color HEX #B04966 Blush

📋 copy color: '#B04966'

red 176 ◦ green 73 ◦ blue 102

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

Shades of Blush #B04966

Tints of Blush #B04966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 50.14%
G = 20.8%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B04966 (or 0xB04966) is known color: Blush. HEX triplet: B0, 49 and 66. RGB value is (176,73,102). Sum of RGB (Red+Green+Blue) = 176+73+102=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B04966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04966 is #4FB699. Grayscale: #6B6B6B. Windows color (decimal): -5224090 or 6703536. OLE color: 6703536.

HSL color Cylindrical-coordinate representation of color #B04966: hue angle of 343.11º degrees, saturation: 0.41, 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 #B04966 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 102 -
CMYK 0 0.59 0.42 0.31
HSL 343.11º 0.41% 0.49% -
HSV(B) 343.11º 0.59% 0.69% -
XYZ 22.69 14.95 14.26 -
YUV 107.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 176 73 102 0 0.59 0.42 0.31 343.11 0.41 0.49
Hex B0 49 66 0 3B 2A 1F 157 29 31
Octal 260 111 146 0 73 52 37 527 51 61
Binary 10110000 1001001 1100110 0 111011 101010 11111 101010111 101001 110001

Color Harmonies of #B04966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04966

Black with #B04966

Text Example


Text Example

White with #B04966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04966; }

 p { color: rgb(176,73,102); }

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

background-color css

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

 a { background-color: rgb(176,73,102); }

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

border-color css

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

 span { border-color: rgb(176,73,102); }

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