Html Css Color HEX #B1724A Bourbon

📋 copy color: '#B1724A'

red 177 ◦ green 114 ◦ blue 74

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

Shades of Bourbon #B1724A

Tints of Bourbon #B1724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 48.49%
G = 31.23%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1724A (or 0xB1724A) is known color: Bourbon. HEX triplet: B1, 72 and 4A. RGB value is (177,114,74). Sum of RGB (Red+Green+Blue) = 177+114+74=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1724A is #4E8DB5. Grayscale: #808080. Windows color (decimal): -5148086 or 4879025. OLE color: 4879025.

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

Color convert

RGB 177 114 74 -
CMYK 0 0.36 0.58 0.31
HSL 23.3º 0.41% 0.49% -
HSV(B) 23.3º 0.58% 0.69% -
XYZ 25.38 21.88 9.36 -
YUV 128.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 177 114 74 0 0.36 0.58 0.31 23.3 0.41 0.49
Hex B1 72 4A 0 24 3A 1F 17 29 31
Octal 261 162 112 0 44 72 37 27 51 61
Binary 10110001 1110010 1001010 0 100100 111010 11111 10111 101001 110001

Color Harmonies of #B1724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1724A

Black with #B1724A

Text Example


Text Example

White with #B1724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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