Html Css Color HEX #B96270 Blush

📋 copy color: '#B96270'

red 185 ◦ green 98 ◦ blue 112

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

Shades of Blush #B96270

Tints of Blush #B96270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 46.84%
G = 24.81%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B96270 (or 0xB96270) is known color: Blush. HEX triplet: B9, 62 and 70. RGB value is (185,98,112). Sum of RGB (Red+Green+Blue) = 185+98+112=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B96270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96270 is #469D8F. Grayscale: #7D7D7D. Windows color (decimal): -4627856 or 7365305. OLE color: 7365305.

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

Color convert

RGB 185 98 112 -
CMYK 0 0.47 0.39 0.27
HSL 350.34º 0.38% 0.55% -
HSV(B) 350.34º 0.47% 0.73% -
XYZ 27.3 20.22 17.79 -
YUV 125.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 185 98 112 0 0.47 0.39 0.27 350.34 0.38 0.55
Hex B9 62 70 0 2F 27 1B 15E 26 37
Octal 271 142 160 0 57 47 33 536 46 67
Binary 10111001 1100010 1110000 0 101111 100111 11011 101011110 100110 110111

Color Harmonies of #B96270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96270

Black with #B96270

Text Example


Text Example

White with #B96270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96270; }

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

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

background-color css

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

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

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

border-color css

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

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

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