Html Css Color HEX #B96273 Blush

📋 copy color: '#B96273'

red 185 ◦ green 98 ◦ blue 115

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

Shades of Blush #B96273

Tints of Blush #B96273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.89%

R = 46.48%
G = 24.62%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B96273 (or 0xB96273) is known color: Blush. HEX triplet: B9, 62 and 73. RGB value is (185,98,115). Sum of RGB (Red+Green+Blue) = 185+98+115=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B96273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96273 is #469D8C. Grayscale: #7D7D7D. Windows color (decimal): -4627853 or 7561913. OLE color: 7561913.

HSL color Cylindrical-coordinate representation of color #B96273: hue angle of 348.28º 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 #B96273 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 115 -
CMYK 0 0.47 0.38 0.27
HSL 348.28º 0.38% 0.55% -
HSV(B) 348.28º 0.47% 0.73% -
XYZ 27.47 20.29 18.69 -
YUV 125.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 185 98 115 0 0.47 0.38 0.27 348.28 0.38 0.55
Hex B9 62 73 0 2F 26 1B 15C 26 37
Octal 271 142 163 0 57 46 33 534 46 67
Binary 10111001 1100010 1110011 0 101111 100110 11011 101011100 100110 110111

Color Harmonies of #B96273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96273

Black with #B96273

Text Example


Text Example

White with #B96273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96273; }

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

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

background-color css

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

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

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

border-color css

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

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

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