Html Css Color HEX #B85F74 Blush

📋 copy color: '#B85F74'

red 184 ◦ green 95 ◦ blue 116

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

Shades of Blush #B85F74

Tints of Blush #B85F74

RGB

 RED value IS 184 (72.27% from 255) = 46.58%

 GREEN value IS 95 (37.5% from 255) = 24.05%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 46.58%
G = 24.05%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B85F74 (or 0xB85F74) is known color: Blush. HEX triplet: B8, 5F and 74. RGB value is (184,95,116). Sum of RGB (Red+Green+Blue) = 184+95+116=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F74 is #47A08B. Grayscale: #7C7C7C. Windows color (decimal): -4694156 or 7626680. OLE color: 7626680.

HSL color Cylindrical-coordinate representation of color #B85F74: hue angle of 345.84º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B85F74 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 95 116 -
CMYK 0 0.48 0.37 0.28
HSL 345.84º 0.39% 0.55% -
HSV(B) 345.84º 0.48% 0.72% -
XYZ 27.01 19.64 18.89 -
YUV 124.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 184 95 116 0 0.48 0.37 0.28 345.84 0.39 0.55
Hex B8 5F 74 0 30 25 1C 15A 27 37
Octal 270 137 164 0 60 45 34 532 47 67
Binary 10111000 1011111 1110100 0 110000 100101 11100 101011010 100111 110111

Color Harmonies of #B85F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F74

Black with #B85F74

Text Example


Text Example

White with #B85F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F74; }

 p { color: rgb(184,95,116); }

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

background-color css

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

 a { background-color: rgb(184,95,116); }

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

border-color css

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

 span { border-color: rgb(184,95,116); }

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