Html Css Color HEX #B1773E Bourbon

📋 copy color: '#B1773E'

red 177 ◦ green 119 ◦ blue 62

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

Shades of Bourbon #B1773E

Tints of Bourbon #B1773E

RGB

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

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

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

R = 49.44%
G = 33.24%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1773E (or 0xB1773E) is known color: Bourbon. HEX triplet: B1, 77 and 3E. RGB value is (177,119,62). Sum of RGB (Red+Green+Blue) = 177+119+62=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1773E is #4E88C1. Grayscale: #828282. Windows color (decimal): -5146818 or 4093873. OLE color: 4093873.

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

Color convert

RGB 177 119 62 -
CMYK 0 0.33 0.65 0.31
HSL 29.74º 0.48% 0.47% -
HSV(B) 29.74º 0.65% 0.69% -
XYZ 25.6 22.89 7.63 -
YUV 129.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 177 119 62 0 0.33 0.65 0.31 29.74 0.48 0.47
Hex B1 77 3E 0 21 41 1F 1E 30 2F
Octal 261 167 76 0 41 101 37 36 60 57
Binary 10110001 1110111 111110 0 100001 1000001 11111 11110 110000 101111

Color Harmonies of #B1773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1773E

Black with #B1773E

Text Example


Text Example

White with #B1773E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1773E; }

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

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

background-color css

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

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

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

border-color css

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

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

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