Html Css Color HEX #B74D5E Blush

📋 copy color: '#B74D5E'

red 183 ◦ green 77 ◦ blue 94

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

Shades of Blush #B74D5E

Tints of Blush #B74D5E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

 BLUE value IS 94 (37.11% from 255) = 26.55%

R = 51.69%
G = 21.75%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B74D5E (or 0xB74D5E) is known color: Blush. HEX triplet: B7, 4D and 5E. RGB value is (183,77,94). Sum of RGB (Red+Green+Blue) = 183+77+94=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D5E is #48B2A1. Grayscale: #6E6E6E. Windows color (decimal): -4764322 or 6180279. OLE color: 6180279.

HSL color Cylindrical-coordinate representation of color #B74D5E: hue angle of 350.38º degrees, saturation: 0.42, 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 #B74D5E is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 77 94 -
CMYK 0 0.58 0.49 0.28
HSL 350.38º 0.42% 0.51% -
HSV(B) 350.38º 0.58% 0.72% -
XYZ 24.2 16.18 12.44 -
YUV 110.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 183 77 94 0 0.58 0.49 0.28 350.38 0.42 0.51
Hex B7 4D 5E 0 3A 31 1C 15E 2A 33
Octal 267 115 136 0 72 61 34 536 52 63
Binary 10110111 1001101 1011110 0 111010 110001 11100 101011110 101010 110011

Color Harmonies of #B74D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74D5E

Black with #B74D5E

Text Example


Text Example

White with #B74D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74D5E; }

 p { color: rgb(183,77,94); }

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

background-color css

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

 a { background-color: rgb(183,77,94); }

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

border-color css

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

 span { border-color: rgb(183,77,94); }

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