Html Css Color HEX #B74968 Blush

📋 copy color: '#B74968'

red 183 ◦ green 73 ◦ blue 104

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

Shades of Blush #B74968

Tints of Blush #B74968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.28%

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

R = 50.83%
G = 20.28%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B74968 (or 0xB74968) is known color: Blush. HEX triplet: B7, 49 and 68. RGB value is (183,73,104). Sum of RGB (Red+Green+Blue) = 183+73+104=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B74968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74968 is #48B697. Grayscale: #6D6D6D. Windows color (decimal): -4765336 or 6834615. OLE color: 6834615.

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

Color convert

RGB 183 73 104 -
CMYK 0 0.60 0.43 0.28
HSL 343.09º 0.43% 0.5% -
HSV(B) 343.09º 0.6% 0.72% -
XYZ 24.41 15.83 14.87 -
YUV 109.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 183 73 104 0 0.60 0.43 0.28 343.09 0.43 0.5
Hex B7 49 68 0 3C 2B 1C 157 2B 32
Octal 267 111 150 0 74 53 34 527 53 62
Binary 10110111 1001001 1101000 0 111100 101011 11100 101010111 101011 110010

Color Harmonies of #B74968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74968

Black with #B74968

Text Example


Text Example

White with #B74968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74968; }

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

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

background-color css

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

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

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

border-color css

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

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

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