Html Css Color HEX #B96367 Blush

📋 copy color: '#B96367'

red 185 ◦ green 99 ◦ blue 103

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

Shades of Blush #B96367

Tints of Blush #B96367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.61%

R = 47.8%
G = 25.58%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B96367 (or 0xB96367) is known color: Blush. HEX triplet: B9, 63 and 67. RGB value is (185,99,103). Sum of RGB (Red+Green+Blue) = 185+99+103=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B96367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96367 is #469C98. Grayscale: #7D7D7D. Windows color (decimal): -4627609 or 6775737. OLE color: 6775737.

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

Color convert

RGB 185 99 103 -
CMYK 0 0.46 0.44 0.27
HSL 357.21º 0.38% 0.56% -
HSV(B) 357.21º 0.46% 0.73% -
XYZ 26.92 20.22 15.32 -
YUV 125.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 185 99 103 0 0.46 0.44 0.27 357.21 0.38 0.56
Hex B9 63 67 0 2E 2C 1B 165 26 38
Octal 271 143 147 0 56 54 33 545 46 70
Binary 10111001 1100011 1100111 0 101110 101100 11011 101100101 100110 111000

Color Harmonies of #B96367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96367

Black with #B96367

Text Example


Text Example

White with #B96367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96367; }

 p { color: rgb(185,99,103); }

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

background-color css

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

 a { background-color: rgb(185,99,103); }

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

border-color css

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

 span { border-color: rgb(185,99,103); }

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