Html Css Color HEX #B1763F Bourbon

📋 copy color: '#B1763F'

red 177 ◦ green 118 ◦ blue 63

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

Shades of Bourbon #B1763F

Tints of Bourbon #B1763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

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

R = 49.44%
G = 32.96%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1763F (or 0xB1763F) is known color: Bourbon. HEX triplet: B1, 76 and 3F. RGB value is (177,118,63). Sum of RGB (Red+Green+Blue) = 177+118+63=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1763F is #4E89C0. Grayscale: #818181. Windows color (decimal): -5147073 or 4159153. OLE color: 4159153.

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

Color convert

RGB 177 118 63 -
CMYK 0 0.33 0.64 0.31
HSL 28.95º 0.48% 0.47% -
HSV(B) 28.95º 0.64% 0.69% -
XYZ 25.51 22.66 7.73 -
YUV 129.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 177 118 63 0 0.33 0.64 0.31 28.95 0.48 0.47
Hex B1 76 3F 0 21 40 1F 1D 30 2F
Octal 261 166 77 0 41 100 37 35 60 57
Binary 10110001 1110110 111111 0 100001 1000000 11111 11101 110000 101111

Color Harmonies of #B1763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1763F

Black with #B1763F

Text Example


Text Example

White with #B1763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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