Html Css Color HEX #B1693F Bourbon

📋 copy color: '#B1693F'

red 177 ◦ green 105 ◦ blue 63

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

Shades of Bourbon #B1693F

Tints of Bourbon #B1693F

RGB

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

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

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

R = 51.3%
G = 30.43%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1693F (or 0xB1693F) is known color: Bourbon. HEX triplet: B1, 69 and 3F. RGB value is (177,105,63). Sum of RGB (Red+Green+Blue) = 177+105+63=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B1693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1693F is #4E96C0. Grayscale: #797979. Windows color (decimal): -5150401 or 4155825. OLE color: 4155825.

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

Color convert

RGB 177 105 63 -
CMYK 0 0.41 0.64 0.31
HSL 22.11º 0.48% 0.47% -
HSV(B) 22.11º 0.64% 0.69% -
XYZ 24.08 19.81 7.26 -
YUV 121.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 177 105 63 0 0.41 0.64 0.31 22.11 0.48 0.47
Hex B1 69 3F 0 29 40 1F 16 30 2F
Octal 261 151 77 0 51 100 37 26 60 57
Binary 10110001 1101001 111111 0 101001 1000000 11111 10110 110000 101111

Color Harmonies of #B1693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1693F

Black with #B1693F

Text Example


Text Example

White with #B1693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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