Html Css Color HEX #B96266 Blush

📋 copy color: '#B96266'

red 185 ◦ green 98 ◦ blue 102

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

Shades of Blush #B96266

Tints of Blush #B96266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 48.05%
G = 25.45%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B96266 (or 0xB96266) is known color: Blush. HEX triplet: B9, 62 and 66. RGB value is (185,98,102). Sum of RGB (Red+Green+Blue) = 185+98+102=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B96266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96266 is #469D99. Grayscale: #7C7C7C. Windows color (decimal): -4627866 or 6709945. OLE color: 6709945.

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

Color convert

RGB 185 98 102 -
CMYK 0 0.47 0.45 0.27
HSL 357.24º 0.38% 0.55% -
HSV(B) 357.24º 0.47% 0.73% -
XYZ 26.77 20.01 15.02 -
YUV 124.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 185 98 102 0 0.47 0.45 0.27 357.24 0.38 0.55
Hex B9 62 66 0 2F 2D 1B 165 26 37
Octal 271 142 146 0 57 55 33 545 46 67
Binary 10111001 1100010 1100110 0 101111 101101 11011 101100101 100110 110111

Color Harmonies of #B96266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96266

Black with #B96266

Text Example


Text Example

White with #B96266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96266; }

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

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

background-color css

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

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

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

border-color css

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

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

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