Html Css Color HEX #B17646 Bourbon

📋 copy color: '#B17646'

red 177 ◦ green 118 ◦ blue 70

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

Shades of Bourbon #B17646

Tints of Bourbon #B17646

RGB

 RED value IS 177 (69.53% from 255) = 48.49%

 GREEN value IS 118 (46.48% from 255) = 32.33%

 BLUE value IS 70 (27.73% from 255) = 19.18%

R = 48.49%
G = 32.33%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B17646 (or 0xB17646) is known color: Bourbon. HEX triplet: B1, 76 and 46. RGB value is (177,118,70). Sum of RGB (Red+Green+Blue) = 177+118+70=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B17646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17646 is #4E89B9. Grayscale: #828282. Windows color (decimal): -5147066 or 4617905. OLE color: 4617905.

HSL color Cylindrical-coordinate representation of color #B17646: hue angle of 26.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B17646 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 118 70 -
CMYK 0 0.33 0.60 0.31
HSL 26.92º 0.43% 0.48% -
HSV(B) 26.92º 0.6% 0.69% -
XYZ 25.72 22.75 8.83 -
YUV 130.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 177 118 70 0 0.33 0.60 0.31 26.92 0.43 0.48
Hex B1 76 46 0 21 3C 1F 1B 2B 30
Octal 261 166 106 0 41 74 37 33 53 60
Binary 10110001 1110110 1000110 0 100001 111100 11111 11011 101011 110000

Color Harmonies of #B17646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17646

Black with #B17646

Text Example


Text Example

White with #B17646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17646; }

 p { color: rgb(177,118,70); }

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

background-color css

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

 a { background-color: rgb(177,118,70); }

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

border-color css

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

 span { border-color: rgb(177,118,70); }

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