Html Css Color HEX #B1723F Bourbon

📋 copy color: '#B1723F'

red 177 ◦ green 114 ◦ blue 63

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

Shades of Bourbon #B1723F

Tints of Bourbon #B1723F

RGB

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

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

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

R = 50%
G = 32.2%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1723F (or 0xB1723F) is known color: Bourbon. HEX triplet: B1, 72 and 3F. RGB value is (177,114,63). Sum of RGB (Red+Green+Blue) = 177+114+63=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1723F is #4E8DC0. Grayscale: #7F7F7F. Windows color (decimal): -5148097 or 4158129. OLE color: 4158129.

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

Color convert

RGB 177 114 63 -
CMYK 0 0.36 0.64 0.31
HSL 26.84º 0.48% 0.47% -
HSV(B) 26.84º 0.64% 0.69% -
XYZ 25.05 21.74 7.58 -
YUV 127.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 177 114 63 0 0.36 0.64 0.31 26.84 0.48 0.47
Hex B1 72 3F 0 24 40 1F 1B 30 2F
Octal 261 162 77 0 44 100 37 33 60 57
Binary 10110001 1110010 111111 0 100100 1000000 11111 11011 110000 101111

Color Harmonies of #B1723F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1723F

Black with #B1723F

Text Example


Text Example

White with #B1723F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1723F; }

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

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

background-color css

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

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

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

border-color css

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

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

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