Html Css Color HEX #B1683A Bourbon

📋 copy color: '#B1683A'

red 177 ◦ green 104 ◦ blue 58

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

Shades of Bourbon #B1683A

Tints of Bourbon #B1683A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.68%

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 52.21%
G = 30.68%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1683A (or 0xB1683A) is known color: Bourbon. HEX triplet: B1, 68 and 3A. RGB value is (177,104,58). Sum of RGB (Red+Green+Blue) = 177+104+58=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1683A is #4E97C5. Grayscale: #787878. Windows color (decimal): -5150662 or 3827889. OLE color: 3827889.

HSL color Cylindrical-coordinate representation of color #B1683A: hue angle of 23.19º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1683A is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 104 58 -
CMYK 0 0.41 0.67 0.31
HSL 23.19º 0.51% 0.46% -
HSV(B) 23.19º 0.67% 0.69% -
XYZ 23.85 19.55 6.52 -
YUV 120.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 177 104 58 0 0.41 0.67 0.31 23.19 0.51 0.46
Hex B1 68 3A 0 29 43 1F 17 33 2E
Octal 261 150 72 0 51 103 37 27 63 56
Binary 10110001 1101000 111010 0 101001 1000011 11111 10111 110011 101110

Color Harmonies of #B1683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1683A

Black with #B1683A

Text Example


Text Example

White with #B1683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1683A; }

 p { color: rgb(177,104,58); }

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

background-color css

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

 a { background-color: rgb(177,104,58); }

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

border-color css

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

 span { border-color: rgb(177,104,58); }

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