Html Css Color HEX #B85A68 Blush

📋 copy color: '#B85A68'

red 184 ◦ green 90 ◦ blue 104

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

Shades of Blush #B85A68

Tints of Blush #B85A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.81%

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

R = 48.68%
G = 23.81%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B85A68 (or 0xB85A68) is known color: Blush. HEX triplet: B8, 5A and 68. RGB value is (184,90,104). Sum of RGB (Red+Green+Blue) = 184+90+104=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A68 is #47A597. Grayscale: #777777. Windows color (decimal): -4695448 or 6838968. OLE color: 6838968.

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

Color convert

RGB 184 90 104 -
CMYK 0 0.51 0.43 0.28
HSL 351.06º 0.4% 0.54% -
HSV(B) 351.06º 0.51% 0.72% -
XYZ 25.92 18.5 15.3 -
YUV 119.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 184 90 104 0 0.51 0.43 0.28 351.06 0.4 0.54
Hex B8 5A 68 0 33 2B 1C 15F 28 36
Octal 270 132 150 0 63 53 34 537 50 66
Binary 10111000 1011010 1101000 0 110011 101011 11100 101011111 101000 110110

Color Harmonies of #B85A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A68

Black with #B85A68

Text Example


Text Example

White with #B85A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A68; }

 p { color: rgb(184,90,104); }

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

background-color css

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

 a { background-color: rgb(184,90,104); }

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

border-color css

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

 span { border-color: rgb(184,90,104); }

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