Html Css Color HEX #B74461 Blush

📋 copy color: '#B74461'

red 183 ◦ green 68 ◦ blue 97

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

Shades of Blush #B74461

Tints of Blush #B74461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 52.59%
G = 19.54%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B74461 (or 0xB74461) is known color: Blush. HEX triplet: B7, 44 and 61. RGB value is (183,68,97). Sum of RGB (Red+Green+Blue) = 183+68+97=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B74461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74461 is #48BB9E. Grayscale: #696969. Windows color (decimal): -4766623 or 6374583. OLE color: 6374583.

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

Color convert

RGB 183 68 97 -
CMYK 0 0.63 0.47 0.28
HSL 344.87º 0.46% 0.49% -
HSV(B) 344.87º 0.63% 0.72% -
XYZ 23.75 15.06 12.97 -
YUV 105.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 183 68 97 0 0.63 0.47 0.28 344.87 0.46 0.49
Hex B7 44 61 0 3F 2F 1C 159 2E 31
Octal 267 104 141 0 77 57 34 531 56 61
Binary 10110111 1000100 1100001 0 111111 101111 11100 101011001 101110 110001

Color Harmonies of #B74461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74461

Black with #B74461

Text Example


Text Example

White with #B74461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74461; }

 p { color: rgb(183,68,97); }

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

background-color css

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

 a { background-color: rgb(183,68,97); }

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

border-color css

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

 span { border-color: rgb(183,68,97); }

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