Html Css Color HEX #B74C63 Blush

📋 copy color: '#B74C63'

red 183 ◦ green 76 ◦ blue 99

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

Shades of Blush #B74C63

Tints of Blush #B74C63

RGB

 RED value IS 183 (71.88% from 255) = 51.12%

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

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 51.12%
G = 21.23%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B74C63 (or 0xB74C63) is known color: Blush. HEX triplet: B7, 4C and 63. RGB value is (183,76,99). Sum of RGB (Red+Green+Blue) = 183+76+99=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C63 is #48B39C. Grayscale: #6E6E6E. Windows color (decimal): -4764573 or 6507703. OLE color: 6507703.

HSL color Cylindrical-coordinate representation of color #B74C63: hue angle of 347.1º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74C63 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 76 99 -
CMYK 0 0.58 0.46 0.28
HSL 347.1º 0.43% 0.51% -
HSV(B) 347.1º 0.58% 0.72% -
XYZ 24.37 16.14 13.63 -
YUV 110.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 183 76 99 0 0.58 0.46 0.28 347.1 0.43 0.51
Hex B7 4C 63 0 3A 2E 1C 15B 2B 33
Octal 267 114 143 0 72 56 34 533 53 63
Binary 10110111 1001100 1100011 0 111010 101110 11100 101011011 101011 110011

Color Harmonies of #B74C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C63

Black with #B74C63

Text Example


Text Example

White with #B74C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C63; }

 p { color: rgb(183,76,99); }

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

background-color css

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

 a { background-color: rgb(183,76,99); }

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

border-color css

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

 span { border-color: rgb(183,76,99); }

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