Html Css Color HEX #B3743D Bourbon

📋 copy color: '#B3743D'

red 179 ◦ green 116 ◦ blue 61

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

Shades of Bourbon #B3743D

Tints of Bourbon #B3743D

RGB

 RED value IS 179 (70.31% from 255) = 50.28%

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

 BLUE value IS 61 (24.22% from 255) = 17.13%

R = 50.28%
G = 32.58%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3743D (or 0xB3743D) is known color: Bourbon. HEX triplet: B3, 74 and 3D. RGB value is (179,116,61). Sum of RGB (Red+Green+Blue) = 179+116+61=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3743D is #4C8BC2. Grayscale: #808080. Windows color (decimal): -5016515 or 4027571. OLE color: 4027571.

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

Color convert

RGB 179 116 61 -
CMYK 0 0.35 0.66 0.30
HSL 27.97º 0.49% 0.47% -
HSV(B) 27.97º 0.66% 0.7% -
XYZ 25.68 22.41 7.39 -
YUV 128.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 179 116 61 0 0.35 0.66 0.30 27.97 0.49 0.47
Hex B3 74 3D 0 23 42 1E 1C 31 2F
Octal 263 164 75 0 43 102 36 34 61 57
Binary 10110011 1110100 111101 0 100011 1000010 11110 11100 110001 101111

Color Harmonies of #B3743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3743D

Black with #B3743D

Text Example


Text Example

White with #B3743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3743D; }

 p { color: rgb(179,116,61); }

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

background-color css

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

 a { background-color: rgb(179,116,61); }

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

border-color css

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

 span { border-color: rgb(179,116,61); }

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