Html Css Color HEX #B3773F Bourbon

📋 copy color: '#B3773F'

red 179 ◦ green 119 ◦ blue 63

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

Shades of Bourbon #B3773F

Tints of Bourbon #B3773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

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

R = 49.58%
G = 32.96%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3773F (or 0xB3773F) is known color: Bourbon. HEX triplet: B3, 77 and 3F. RGB value is (179,119,63). Sum of RGB (Red+Green+Blue) = 179+119+63=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3773F is #4C88C0. Grayscale: #828282. Windows color (decimal): -5015745 or 4159411. OLE color: 4159411.

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

Color convert

RGB 179 119 63 -
CMYK 0 0.34 0.65 0.30
HSL 28.97º 0.48% 0.47% -
HSV(B) 28.97º 0.65% 0.7% -
XYZ 26.08 23.14 7.79 -
YUV 130.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 179 119 63 0 0.34 0.65 0.30 28.97 0.48 0.47
Hex B3 77 3F 0 22 41 1E 1D 30 2F
Octal 263 167 77 0 42 101 36 35 60 57
Binary 10110011 1110111 111111 0 100010 1000001 11110 11101 110000 101111

Color Harmonies of #B3773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3773F

Black with #B3773F

Text Example


Text Example

White with #B3773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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