Html Css Color HEX #B04C6B Blush

📋 copy color: '#B04C6B'

red 176 ◦ green 76 ◦ blue 107

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

Shades of Blush #B04C6B

Tints of Blush #B04C6B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.17%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 49.03%
G = 21.17%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B04C6B (or 0xB04C6B) is known color: Blush. HEX triplet: B0, 4C and 6B. RGB value is (176,76,107). Sum of RGB (Red+Green+Blue) = 176+76+107=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C6B is #4FB394. Grayscale: #6D6D6D. Windows color (decimal): -5223317 or 7031984. OLE color: 7031984.

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

Color convert

RGB 176 76 107 -
CMYK 0 0.57 0.39 0.31
HSL 341.4º 0.4% 0.49% -
HSV(B) 341.4º 0.57% 0.69% -
XYZ 23.14 15.46 15.67 -
YUV 109.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 176 76 107 0 0.57 0.39 0.31 341.4 0.4 0.49
Hex B0 4C 6B 0 39 27 1F 155 28 31
Octal 260 114 153 0 71 47 37 525 50 61
Binary 10110000 1001100 1101011 0 111001 100111 11111 101010101 101000 110001

Color Harmonies of #B04C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C6B

Black with #B04C6B

Text Example


Text Example

White with #B04C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C6B; }

 p { color: rgb(176,76,107); }

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

background-color css

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

 a { background-color: rgb(176,76,107); }

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

border-color css

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

 span { border-color: rgb(176,76,107); }

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