Html Css Color HEX #B85F65 Blush

📋 copy color: '#B85F65'

red 184 ◦ green 95 ◦ blue 101

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

Shades of Blush #B85F65

Tints of Blush #B85F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 48.42%
G = 25%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B85F65 (or 0xB85F65) is known color: Blush. HEX triplet: B8, 5F and 65. RGB value is (184,95,101). Sum of RGB (Red+Green+Blue) = 184+95+101=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F65 is #47A09A. Grayscale: #7A7A7A. Windows color (decimal): -4694171 or 6643640. OLE color: 6643640.

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

Color convert

RGB 184 95 101 -
CMYK 0 0.48 0.45 0.28
HSL 355.96º 0.39% 0.55% -
HSV(B) 355.96º 0.48% 0.72% -
XYZ 26.21 19.31 14.66 -
YUV 122.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 184 95 101 0 0.48 0.45 0.28 355.96 0.39 0.55
Hex B8 5F 65 0 30 2D 1C 164 27 37
Octal 270 137 145 0 60 55 34 544 47 67
Binary 10111000 1011111 1100101 0 110000 101101 11100 101100100 100111 110111

Color Harmonies of #B85F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F65

Black with #B85F65

Text Example


Text Example

White with #B85F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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