Html Css Color HEX #B5744C Bourbon

📋 copy color: '#B5744C'

red 181 ◦ green 116 ◦ blue 76

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

Shades of Bourbon #B5744C

Tints of Bourbon #B5744C

RGB

 RED value IS 181 (71.09% from 255) = 48.53%

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

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 48.53%
G = 31.1%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5744C (or 0xB5744C) is known color: Bourbon. HEX triplet: B5, 74 and 4C. RGB value is (181,116,76). Sum of RGB (Red+Green+Blue) = 181+116+76=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5744C is #4A8BB3. Grayscale: #838383. Windows color (decimal): -4885428 or 5010613. OLE color: 5010613.

HSL color Cylindrical-coordinate representation of color #B5744C: hue angle of 22.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5744C is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 116 76 -
CMYK 0 0.36 0.58 0.29
HSL 22.86º 0.42% 0.5% -
HSV(B) 22.86º 0.58% 0.71% -
XYZ 26.61 22.84 9.84 -
YUV 130.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 181 116 76 0 0.36 0.58 0.29 22.86 0.42 0.5
Hex B5 74 4C 0 24 3A 1D 17 2A 32
Octal 265 164 114 0 44 72 35 27 52 62
Binary 10110101 1110100 1001100 0 100100 111010 11101 10111 101010 110010

Color Harmonies of #B5744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5744C

Black with #B5744C

Text Example


Text Example

White with #B5744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5744C; }

 p { color: rgb(181,116,76); }

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

background-color css

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

 a { background-color: rgb(181,116,76); }

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

border-color css

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

 span { border-color: rgb(181,116,76); }

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