Html Css Color HEX #B6724A Bourbon

📋 copy color: '#B6724A'

red 182 ◦ green 114 ◦ blue 74

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

Shades of Bourbon #B6724A

Tints of Bourbon #B6724A

RGB

 RED value IS 182 (71.48% from 255) = 49.19%

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

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

R = 49.19%
G = 30.81%
B = 20%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6724A (or 0xB6724A) is known color: Bourbon. HEX triplet: B6, 72 and 4A. RGB value is (182,114,74). Sum of RGB (Red+Green+Blue) = 182+114+74=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6724A is #498DB5. Grayscale: #828282. Windows color (decimal): -4820406 or 4879030. OLE color: 4879030.

HSL color Cylindrical-coordinate representation of color #B6724A: hue angle of 22.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6724A is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 74 -
CMYK 0 0.37 0.59 0.29
HSL 22.22º 0.43% 0.5% -
HSV(B) 22.22º 0.59% 0.71% -
XYZ 26.54 22.47 9.42 -
YUV 129.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 182 114 74 0 0.37 0.59 0.29 22.22 0.43 0.5
Hex B6 72 4A 0 25 3B 1D 16 2B 32
Octal 266 162 112 0 45 73 35 26 53 62
Binary 10110110 1110010 1001010 0 100101 111011 11101 10110 101011 110010

Color Harmonies of #B6724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6724A

Black with #B6724A

Text Example


Text Example

White with #B6724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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