Html Css Color HEX #B74F63 Blush

📋 copy color: '#B74F63'

red 183 ◦ green 79 ◦ blue 99

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

Shades of Blush #B74F63

Tints of Blush #B74F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.88%

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

R = 50.69%
G = 21.88%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B74F63 (or 0xB74F63) is known color: Blush. HEX triplet: B7, 4F and 63. RGB value is (183,79,99). Sum of RGB (Red+Green+Blue) = 183+79+99=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74F63 is #48B09C. Grayscale: #707070. Windows color (decimal): -4763805 or 6508471. OLE color: 6508471.

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

Color convert

RGB 183 79 99 -
CMYK 0 0.57 0.46 0.28
HSL 348.46º 0.42% 0.51% -
HSV(B) 348.46º 0.57% 0.72% -
XYZ 24.58 16.56 13.71 -
YUV 112.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 183 79 99 0 0.57 0.46 0.28 348.46 0.42 0.51
Hex B7 4F 63 0 39 2E 1C 15C 2A 33
Octal 267 117 143 0 71 56 34 534 52 63
Binary 10110111 1001111 1100011 0 111001 101110 11100 101011100 101010 110011

Color Harmonies of #B74F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F63

Black with #B74F63

Text Example


Text Example

White with #B74F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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