Html Css Color HEX #B3703E Bourbon

📋 copy color: '#B3703E'

red 179 ◦ green 112 ◦ blue 62

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

Shades of Bourbon #B3703E

Tints of Bourbon #B3703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

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

R = 50.71%
G = 31.73%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3703E (or 0xB3703E) is known color: Bourbon. HEX triplet: B3, 70 and 3E. RGB value is (179,112,62). Sum of RGB (Red+Green+Blue) = 179+112+62=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3703E is #4C8FC1. Grayscale: #7E7E7E. Windows color (decimal): -5017538 or 4092083. OLE color: 4092083.

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

Color convert

RGB 179 112 62 -
CMYK 0 0.37 0.65 0.30
HSL 25.64º 0.49% 0.47% -
HSV(B) 25.64º 0.65% 0.7% -
XYZ 25.25 21.52 7.38 -
YUV 126.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 179 112 62 0 0.37 0.65 0.30 25.64 0.49 0.47
Hex B3 70 3E 0 25 41 1E 1A 31 2F
Octal 263 160 76 0 45 101 36 32 61 57
Binary 10110011 1110000 111110 0 100101 1000001 11110 11010 110001 101111

Color Harmonies of #B3703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3703E

Black with #B3703E

Text Example


Text Example

White with #B3703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3703E; }

 p { color: rgb(179,112,62); }

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

background-color css

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

 a { background-color: rgb(179,112,62); }

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

border-color css

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

 span { border-color: rgb(179,112,62); }

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