Html Css Color HEX #B17445 Bourbon

📋 copy color: '#B17445'

red 177 ◦ green 116 ◦ blue 69

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

Shades of Bourbon #B17445

Tints of Bourbon #B17445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 69 (27.34% from 255) = 19.06%

R = 48.9%
G = 32.04%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B17445 (or 0xB17445) is known color: Bourbon. HEX triplet: B1, 74 and 45. RGB value is (177,116,69). Sum of RGB (Red+Green+Blue) = 177+116+69=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B17445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17445 is #4E8BBA. Grayscale: #818181. Windows color (decimal): -5147579 or 4551857. OLE color: 4551857.

HSL color Cylindrical-coordinate representation of color #B17445: hue angle of 26.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B17445 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 116 69 -
CMYK 0 0.34 0.61 0.31
HSL 26.11º 0.44% 0.48% -
HSV(B) 26.11º 0.61% 0.69% -
XYZ 25.45 22.27 8.59 -
YUV 128.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 177 116 69 0 0.34 0.61 0.31 26.11 0.44 0.48
Hex B1 74 45 0 22 3D 1F 1A 2C 30
Octal 261 164 105 0 42 75 37 32 54 60
Binary 10110001 1110100 1000101 0 100010 111101 11111 11010 101100 110000

Color Harmonies of #B17445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17445

Black with #B17445

Text Example


Text Example

White with #B17445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17445; }

 p { color: rgb(177,116,69); }

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

background-color css

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

 a { background-color: rgb(177,116,69); }

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

border-color css

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

 span { border-color: rgb(177,116,69); }

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