Html Css Color HEX #B1693D Bourbon

📋 copy color: '#B1693D'

red 177 ◦ green 105 ◦ blue 61

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

Shades of Bourbon #B1693D

Tints of Bourbon #B1693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 51.6%
G = 30.61%
B = 17.78%

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

#B1693D (or 0xB1693D) is known color: Bourbon. HEX triplet: B1, 69 and 3D. RGB value is (177,105,61). Sum of RGB (Red+Green+Blue) = 177+105+61=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1693D is #4E96C2. Grayscale: #797979. Windows color (decimal): -5150403 or 4024753. OLE color: 4024753.

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

Color convert

RGB 177 105 61 -
CMYK 0 0.41 0.66 0.31
HSL 22.76º 0.49% 0.47% -
HSV(B) 22.76º 0.66% 0.69% -
XYZ 24.03 19.79 6.97 -
YUV 121.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 177 105 61 0 0.41 0.66 0.31 22.76 0.49 0.47
Hex B1 69 3D 0 29 42 1F 17 31 2F
Octal 261 151 75 0 51 102 37 27 61 57
Binary 10110001 1101001 111101 0 101001 1000010 11111 10111 110001 101111

Color Harmonies of #B1693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1693D

Black with #B1693D

Text Example


Text Example

White with #B1693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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