Html Css Color HEX #B86368 Blush

📋 copy color: '#B86368'

red 184 ◦ green 99 ◦ blue 104

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

Shades of Blush #B86368

Tints of Blush #B86368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

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

R = 47.55%
G = 25.58%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B86368 (or 0xB86368) is known color: Blush. HEX triplet: B8, 63 and 68. RGB value is (184,99,104). Sum of RGB (Red+Green+Blue) = 184+99+104=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B86368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86368 is #479C97. Grayscale: #7D7D7D. Windows color (decimal): -4693144 or 6841272. OLE color: 6841272.

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

Color convert

RGB 184 99 104 -
CMYK 0 0.46 0.43 0.28
HSL 356.47º 0.37% 0.55% -
HSV(B) 356.47º 0.46% 0.72% -
XYZ 26.73 20.11 15.57 -
YUV 124.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 184 99 104 0 0.46 0.43 0.28 356.47 0.37 0.55
Hex B8 63 68 0 2E 2B 1C 164 25 37
Octal 270 143 150 0 56 53 34 544 45 67
Binary 10111000 1100011 1101000 0 101110 101011 11100 101100100 100101 110111

Color Harmonies of #B86368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86368

Black with #B86368

Text Example


Text Example

White with #B86368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86368; }

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

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

background-color css

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

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

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

border-color css

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

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

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