Html Css Color HEX #B17448 Bourbon

📋 copy color: '#B17448'

red 177 ◦ green 116 ◦ blue 72

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

Shades of Bourbon #B17448

Tints of Bourbon #B17448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 48.49%
G = 31.78%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B17448 (or 0xB17448) is known color: Bourbon. HEX triplet: B1, 74 and 48. RGB value is (177,116,72). Sum of RGB (Red+Green+Blue) = 177+116+72=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B17448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17448 is #4E8BB7. Grayscale: #818181. Windows color (decimal): -5147576 or 4748465. OLE color: 4748465.

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

Color convert

RGB 177 116 72 -
CMYK 0 0.34 0.59 0.31
HSL 25.14º 0.42% 0.49% -
HSV(B) 25.14º 0.59% 0.69% -
XYZ 25.55 22.31 9.09 -
YUV 129.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 177 116 72 0 0.34 0.59 0.31 25.14 0.42 0.49
Hex B1 74 48 0 22 3B 1F 19 2A 31
Octal 261 164 110 0 42 73 37 31 52 61
Binary 10110001 1110100 1001000 0 100010 111011 11111 11001 101010 110001

Color Harmonies of #B17448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17448

Black with #B17448

Text Example


Text Example

White with #B17448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17448; }

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

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

background-color css

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

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

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

border-color css

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

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

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