Html Css Color HEX #B4743E Bourbon

📋 copy color: '#B4743E'

red 180 ◦ green 116 ◦ blue 62

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

Shades of Bourbon #B4743E

Tints of Bourbon #B4743E

RGB

 RED value IS 180 (70.7% from 255) = 50.28%

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

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

R = 50.28%
G = 32.4%
B = 17.32%

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

#B4743E (or 0xB4743E) is known color: Bourbon. HEX triplet: B4, 74 and 3E. RGB value is (180,116,62). Sum of RGB (Red+Green+Blue) = 180+116+62=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4743E is #4B8BC1. Grayscale: #818181. Windows color (decimal): -4950978 or 4093108. OLE color: 4093108.

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

Color convert

RGB 180 116 62 -
CMYK 0 0.36 0.66 0.29
HSL 27.46º 0.49% 0.47% -
HSV(B) 27.46º 0.66% 0.71% -
XYZ 25.94 22.54 7.54 -
YUV 128.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 180 116 62 0 0.36 0.66 0.29 27.46 0.49 0.47
Hex B4 74 3E 0 24 42 1D 1B 31 2F
Octal 264 164 76 0 44 102 35 33 61 57
Binary 10110100 1110100 111110 0 100100 1000010 11101 11011 110001 101111

Color Harmonies of #B4743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4743E

Black with #B4743E

Text Example


Text Example

White with #B4743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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