Html Css Color HEX #B17245 Bourbon

📋 copy color: '#B17245'

red 177 ◦ green 114 ◦ blue 69

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

Shades of Bourbon #B17245

Tints of Bourbon #B17245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

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

R = 49.17%
G = 31.67%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B17245 (or 0xB17245) is known color: Bourbon. HEX triplet: B1, 72 and 45. RGB value is (177,114,69). Sum of RGB (Red+Green+Blue) = 177+114+69=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B17245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17245 is #4E8DBA. Grayscale: #7F7F7F. Windows color (decimal): -5148091 or 4551345. OLE color: 4551345.

HSL color Cylindrical-coordinate representation of color #B17245: hue angle of 25º 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 #B17245 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 114 69 -
CMYK 0 0.36 0.61 0.31
HSL 25º 0.44% 0.48% -
HSV(B) 25º 0.61% 0.69% -
XYZ 25.22 21.81 8.51 -
YUV 127.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 177 114 69 0 0.36 0.61 0.31 25 0.44 0.48
Hex B1 72 45 0 24 3D 1F 19 2C 30
Octal 261 162 105 0 44 75 37 31 54 60
Binary 10110001 1110010 1000101 0 100100 111101 11111 11001 101100 110000

Color Harmonies of #B17245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17245

Black with #B17245

Text Example


Text Example

White with #B17245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17245; }

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

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

background-color css

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

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

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

border-color css

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

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

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