Html Css Color HEX #B1773F Bourbon

📋 copy color: '#B1773F'

red 177 ◦ green 119 ◦ blue 63

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

Shades of Bourbon #B1773F

Tints of Bourbon #B1773F

RGB

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

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

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

R = 49.3%
G = 33.15%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1773F (or 0xB1773F) is known color: Bourbon. HEX triplet: B1, 77 and 3F. RGB value is (177,119,63). Sum of RGB (Red+Green+Blue) = 177+119+63=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1773F is #4E88C0. Grayscale: #828282. Windows color (decimal): -5146817 or 4159409. OLE color: 4159409.

HSL color Cylindrical-coordinate representation of color #B1773F: hue angle of 29.47º 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 #B1773F is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 119 63 -
CMYK 0 0.33 0.64 0.31
HSL 29.47º 0.48% 0.47% -
HSV(B) 29.47º 0.64% 0.69% -
XYZ 25.63 22.9 7.77 -
YUV 129.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 177 119 63 0 0.33 0.64 0.31 29.47 0.48 0.47
Hex B1 77 3F 0 21 40 1F 1D 30 2F
Octal 261 167 77 0 41 100 37 35 60 57
Binary 10110001 1110111 111111 0 100001 1000000 11111 11101 110000 101111

Color Harmonies of #B1773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1773F

Black with #B1773F

Text Example


Text Example

White with #B1773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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