Html Css Color HEX #B96268 Blush

📋 copy color: '#B96268'

red 185 ◦ green 98 ◦ blue 104

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

Shades of Blush #B96268

Tints of Blush #B96268

RGB

 RED value IS 185 (72.66% from 255) = 47.8%

 GREEN value IS 98 (38.67% from 255) = 25.32%

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

R = 47.8%
G = 25.32%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B96268 (or 0xB96268) is known color: Blush. HEX triplet: B9, 62 and 68. RGB value is (185,98,104). Sum of RGB (Red+Green+Blue) = 185+98+104=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B96268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96268 is #469D97. Grayscale: #7C7C7C. Windows color (decimal): -4627864 or 6841017. OLE color: 6841017.

HSL color Cylindrical-coordinate representation of color #B96268: hue angle of 355.86º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96268 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 104 -
CMYK 0 0.47 0.44 0.27
HSL 355.86º 0.38% 0.55% -
HSV(B) 355.86º 0.47% 0.73% -
XYZ 26.87 20.05 15.55 -
YUV 124.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 185 98 104 0 0.47 0.44 0.27 355.86 0.38 0.55
Hex B9 62 68 0 2F 2C 1B 164 26 37
Octal 271 142 150 0 57 54 33 544 46 67
Binary 10111001 1100010 1101000 0 101111 101100 11011 101100100 100110 110111

Color Harmonies of #B96268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96268

Black with #B96268

Text Example


Text Example

White with #B96268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96268; }

 p { color: rgb(185,98,104); }

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

background-color css

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

 a { background-color: rgb(185,98,104); }

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

border-color css

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

 span { border-color: rgb(185,98,104); }

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