Html Css Color HEX #B1723E Bourbon

📋 copy color: '#B1723E'

red 177 ◦ green 114 ◦ blue 62

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

Shades of Bourbon #B1723E

Tints of Bourbon #B1723E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.29%

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 50.14%
G = 32.29%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1723E (or 0xB1723E) is known color: Bourbon. HEX triplet: B1, 72 and 3E. RGB value is (177,114,62). Sum of RGB (Red+Green+Blue) = 177+114+62=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1723E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1723E is #4E8DC1. Grayscale: #7F7F7F. Windows color (decimal): -5148098 or 4092593. OLE color: 4092593.

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

Color convert

RGB 177 114 62 -
CMYK 0 0.36 0.65 0.31
HSL 27.13º 0.48% 0.47% -
HSV(B) 27.13º 0.65% 0.69% -
XYZ 25.02 21.73 7.43 -
YUV 126.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 177 114 62 0 0.36 0.65 0.31 27.13 0.48 0.47
Hex B1 72 3E 0 24 41 1F 1B 30 2F
Octal 261 162 76 0 44 101 37 33 60 57
Binary 10110001 1110010 111110 0 100100 1000001 11111 11011 110000 101111

Color Harmonies of #B1723E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1723E

Black with #B1723E

Text Example


Text Example

White with #B1723E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1723E; }

 p { color: rgb(177,114,62); }

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

background-color css

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

 a { background-color: rgb(177,114,62); }

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

border-color css

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

 span { border-color: rgb(177,114,62); }

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