Html Css Color HEX #B6744A Bourbon

📋 copy color: '#B6744A'

red 182 ◦ green 116 ◦ blue 74

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

Shades of Bourbon #B6744A

Tints of Bourbon #B6744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

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

R = 48.92%
G = 31.18%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6744A (or 0xB6744A) is known color: Bourbon. HEX triplet: B6, 74 and 4A. RGB value is (182,116,74). Sum of RGB (Red+Green+Blue) = 182+116+74=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B6744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6744A is #498BB5. Grayscale: #838383. Windows color (decimal): -4819894 or 4879542. OLE color: 4879542.

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

Color convert

RGB 182 116 74 -
CMYK 0 0.36 0.59 0.29
HSL 23.33º 0.43% 0.5% -
HSV(B) 23.33º 0.59% 0.71% -
XYZ 26.77 22.93 9.49 -
YUV 130.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 182 116 74 0 0.36 0.59 0.29 23.33 0.43 0.5
Hex B6 74 4A 0 24 3B 1D 17 2B 32
Octal 266 164 112 0 44 73 35 27 53 62
Binary 10110110 1110100 1001010 0 100100 111011 11101 10111 101011 110010

Color Harmonies of #B6744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6744A

Black with #B6744A

Text Example


Text Example

White with #B6744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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