Html Css Color HEX #B74C68 Blush

📋 copy color: '#B74C68'

red 183 ◦ green 76 ◦ blue 104

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

Shades of Blush #B74C68

Tints of Blush #B74C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 50.41%
G = 20.94%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B74C68 (or 0xB74C68) is known color: Blush. HEX triplet: B7, 4C and 68. RGB value is (183,76,104). Sum of RGB (Red+Green+Blue) = 183+76+104=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C68 is #48B397. Grayscale: #6F6F6F. Windows color (decimal): -4764568 or 6835383. OLE color: 6835383.

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

Color convert

RGB 183 76 104 -
CMYK 0 0.58 0.43 0.28
HSL 344.3º 0.43% 0.51% -
HSV(B) 344.3º 0.58% 0.72% -
XYZ 24.61 16.24 14.93 -
YUV 111.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 183 76 104 0 0.58 0.43 0.28 344.3 0.43 0.51
Hex B7 4C 68 0 3A 2B 1C 158 2B 33
Octal 267 114 150 0 72 53 34 530 53 63
Binary 10110111 1001100 1101000 0 111010 101011 11100 101011000 101011 110011

Color Harmonies of #B74C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C68

Black with #B74C68

Text Example


Text Example

White with #B74C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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