Html Css Color HEX #B74763 Blush

📋 copy color: '#B74763'

red 183 ◦ green 71 ◦ blue 99

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

Shades of Blush #B74763

Tints of Blush #B74763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

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

R = 51.84%
G = 20.11%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B74763 (or 0xB74763) is known color: Blush. HEX triplet: B7, 47 and 63. RGB value is (183,71,99). Sum of RGB (Red+Green+Blue) = 183+71+99=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B74763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74763 is #48B89C. Grayscale: #6B6B6B. Windows color (decimal): -4765853 or 6506423. OLE color: 6506423.

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

Color convert

RGB 183 71 99 -
CMYK 0 0.61 0.46 0.28
HSL 345º 0.44% 0.5% -
HSV(B) 345º 0.61% 0.72% -
XYZ 24.03 15.47 13.52 -
YUV 107.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 183 71 99 0 0.61 0.46 0.28 345 0.44 0.5
Hex B7 47 63 0 3D 2E 1C 159 2C 32
Octal 267 107 143 0 75 56 34 531 54 62
Binary 10110111 1000111 1100011 0 111101 101110 11100 101011001 101100 110010

Color Harmonies of #B74763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74763

Black with #B74763

Text Example


Text Example

White with #B74763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74763; }

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

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

background-color css

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

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

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

border-color css

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

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

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