Html Css Color HEX #B5743E Bourbon

📋 copy color: '#B5743E'

red 181 ◦ green 116 ◦ blue 62

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

Shades of Bourbon #B5743E

Tints of Bourbon #B5743E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.27%

R = 50.42%
G = 32.31%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5743E (or 0xB5743E) is known color: Bourbon. HEX triplet: B5, 74 and 3E. RGB value is (181,116,62). Sum of RGB (Red+Green+Blue) = 181+116+62=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5743E is #4A8BC1. Grayscale: #818181. Windows color (decimal): -4885442 or 4093109. OLE color: 4093109.

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

Color convert

RGB 181 116 62 -
CMYK 0 0.36 0.66 0.29
HSL 27.23º 0.49% 0.48% -
HSV(B) 27.23º 0.66% 0.71% -
XYZ 26.17 22.66 7.55 -
YUV 129.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 181 116 62 0 0.36 0.66 0.29 27.23 0.49 0.48
Hex B5 74 3E 0 24 42 1D 1B 31 30
Octal 265 164 76 0 44 102 35 33 61 60
Binary 10110101 1110100 111110 0 100100 1000010 11101 11011 110001 110000

Color Harmonies of #B5743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5743E

Black with #B5743E

Text Example


Text Example

White with #B5743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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