Html Css Color HEX #B3703F Bourbon

📋 copy color: '#B3703F'

red 179 ◦ green 112 ◦ blue 63

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

Shades of Bourbon #B3703F

Tints of Bourbon #B3703F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.8%

R = 50.56%
G = 31.64%
B = 17.8%

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

#B3703F (or 0xB3703F) is known color: Bourbon. HEX triplet: B3, 70 and 3F. RGB value is (179,112,63). Sum of RGB (Red+Green+Blue) = 179+112+63=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3703F is #4C8FC0. Grayscale: #7E7E7E. Windows color (decimal): -5017537 or 4157619. OLE color: 4157619.

HSL color Cylindrical-coordinate representation of color #B3703F: hue angle of 25.34º degrees, saturation: 0.48, 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 #B3703F is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 112 63 -
CMYK 0 0.37 0.65 0.30
HSL 25.34º 0.48% 0.47% -
HSV(B) 25.34º 0.65% 0.7% -
XYZ 25.28 21.53 7.53 -
YUV 126.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 179 112 63 0 0.37 0.65 0.30 25.34 0.48 0.47
Hex B3 70 3F 0 25 41 1E 19 30 2F
Octal 263 160 77 0 45 101 36 31 60 57
Binary 10110011 1110000 111111 0 100101 1000001 11110 11001 110000 101111

Color Harmonies of #B3703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3703F

Black with #B3703F

Text Example


Text Example

White with #B3703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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