Html Css Color HEX #B3724A Bourbon

📋 copy color: '#B3724A'

red 179 ◦ green 114 ◦ blue 74

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

Shades of Bourbon #B3724A

Tints of Bourbon #B3724A

RGB

 RED value IS 179 (70.31% from 255) = 48.77%

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

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

R = 48.77%
G = 31.06%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3724A (or 0xB3724A) is known color: Bourbon. HEX triplet: B3, 72 and 4A. RGB value is (179,114,74). Sum of RGB (Red+Green+Blue) = 179+114+74=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3724A is #4C8DB5. Grayscale: #818181. Windows color (decimal): -5017014 or 4879027. OLE color: 4879027.

HSL color Cylindrical-coordinate representation of color #B3724A: hue angle of 22.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3724A is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 74 -
CMYK 0 0.36 0.59 0.30
HSL 22.86º 0.42% 0.5% -
HSV(B) 22.86º 0.59% 0.7% -
XYZ 25.84 22.11 9.38 -
YUV 128.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 179 114 74 0 0.36 0.59 0.30 22.86 0.42 0.5
Hex B3 72 4A 0 24 3B 1E 17 2A 32
Octal 263 162 112 0 44 73 36 27 52 62
Binary 10110011 1110010 1001010 0 100100 111011 11110 10111 101010 110010

Color Harmonies of #B3724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3724A

Black with #B3724A

Text Example


Text Example

White with #B3724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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