Html Css Color HEX #B1683D Bourbon

📋 copy color: '#B1683D'

red 177 ◦ green 104 ◦ blue 61

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

Shades of Bourbon #B1683D

Tints of Bourbon #B1683D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 51.75%
G = 30.41%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1683D (or 0xB1683D) is known color: Bourbon. HEX triplet: B1, 68 and 3D. RGB value is (177,104,61). Sum of RGB (Red+Green+Blue) = 177+104+61=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1683D is #4E97C2. Grayscale: #797979. Windows color (decimal): -5150659 or 4024497. OLE color: 4024497.

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

Color convert

RGB 177 104 61 -
CMYK 0 0.41 0.66 0.31
HSL 22.24º 0.49% 0.47% -
HSV(B) 22.24º 0.66% 0.69% -
XYZ 23.92 19.58 6.93 -
YUV 120.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 177 104 61 0 0.41 0.66 0.31 22.24 0.49 0.47
Hex B1 68 3D 0 29 42 1F 16 31 2F
Octal 261 150 75 0 51 102 37 26 61 57
Binary 10110001 1101000 111101 0 101001 1000010 11111 10110 110001 101111

Color Harmonies of #B1683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1683D

Black with #B1683D

Text Example


Text Example

White with #B1683D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1683D; }

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

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

background-color css

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

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

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

border-color css

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

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

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