Html Css Color HEX #B1783F Bourbon

📋 copy color: '#B1783F'

red 177 ◦ green 120 ◦ blue 63

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

Shades of Bourbon #B1783F

Tints of Bourbon #B1783F

RGB

 RED value IS 177 (69.53% from 255) = 49.17%

 GREEN value IS 120 (47.27% from 255) = 33.33%

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

R = 49.17%
G = 33.33%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1783F (or 0xB1783F) is known color: Bourbon. HEX triplet: B1, 78 and 3F. RGB value is (177,120,63). Sum of RGB (Red+Green+Blue) = 177+120+63=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B1783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1783F is #4E87C0. Grayscale: #828282. Windows color (decimal): -5146561 or 4159665. OLE color: 4159665.

HSL color Cylindrical-coordinate representation of color #B1783F: hue angle of 30º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1783F is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 120 63 -
CMYK 0 0.32 0.64 0.31
HSL 30º 0.48% 0.47% -
HSV(B) 30º 0.64% 0.69% -
XYZ 25.75 23.14 7.81 -
YUV 130.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 177 120 63 0 0.32 0.64 0.31 30 0.48 0.47
Hex B1 78 3F 0 20 40 1F 1E 30 2F
Octal 261 170 77 0 40 100 37 36 60 57
Binary 10110001 1111000 111111 0 100000 1000000 11111 11110 110000 101111

Color Harmonies of #B1783F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1783F

Black with #B1783F

Text Example


Text Example

White with #B1783F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1783F; }

 p { color: rgb(177,120,63); }

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

background-color css

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

 a { background-color: rgb(177,120,63); }

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

border-color css

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

 span { border-color: rgb(177,120,63); }

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