Html Css Color HEX #B1723B Bourbon

📋 copy color: '#B1723B'

red 177 ◦ green 114 ◦ blue 59

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

Shades of Bourbon #B1723B

Tints of Bourbon #B1723B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 50.57%
G = 32.57%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1723B (or 0xB1723B) is known color: Bourbon. HEX triplet: B1, 72 and 3B. RGB value is (177,114,59). Sum of RGB (Red+Green+Blue) = 177+114+59=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1723B is #4E8DC4. Grayscale: #7E7E7E. Windows color (decimal): -5148101 or 3895985. OLE color: 3895985.

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

Color convert

RGB 177 114 59 -
CMYK 0 0.36 0.67 0.31
HSL 27.97º 0.5% 0.46% -
HSV(B) 27.97º 0.67% 0.69% -
XYZ 24.94 21.7 7.01 -
YUV 126.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 177 114 59 0 0.36 0.67 0.31 27.97 0.5 0.46
Hex B1 72 3B 0 24 43 1F 1C 32 2E
Octal 261 162 73 0 44 103 37 34 62 56
Binary 10110001 1110010 111011 0 100100 1000011 11111 11100 110010 101110

Color Harmonies of #B1723B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1723B

Black with #B1723B

Text Example


Text Example

White with #B1723B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1723B; }

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

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

background-color css

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

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

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

border-color css

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

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

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