Html Css Color HEX #B67340 Bourbon

📋 copy color: '#B67340'

red 182 ◦ green 115 ◦ blue 64

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

Shades of Bourbon #B67340

Tints of Bourbon #B67340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 50.42%
G = 31.86%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B67340 (or 0xB67340) is known color: Bourbon. HEX triplet: B6, 73 and 40. RGB value is (182,115,64). Sum of RGB (Red+Green+Blue) = 182+115+64=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B67340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67340 is #498CBF. Grayscale: #818181. Windows color (decimal): -4820160 or 4223926. OLE color: 4223926.

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

Color convert

RGB 182 115 64 -
CMYK 0 0.37 0.65 0.29
HSL 25.93º 0.48% 0.48% -
HSV(B) 25.93º 0.65% 0.71% -
XYZ 26.35 22.58 7.82 -
YUV 129.22 91.2 165.65 -
System Red Green Blue C M Y K H S L
Decimal 182 115 64 0 0.37 0.65 0.29 25.93 0.48 0.48
Hex B6 73 40 0 25 41 1D 1A 30 30
Octal 266 163 100 0 45 101 35 32 60 60
Binary 10110110 1110011 1000000 0 100101 1000001 11101 11010 110000 110000

Color Harmonies of #B67340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67340

Black with #B67340

Text Example


Text Example

White with #B67340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67340; }

 p { color: rgb(182,115,64); }

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

background-color css

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

 a { background-color: rgb(182,115,64); }

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

border-color css

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

 span { border-color: rgb(182,115,64); }

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