Html Css Color HEX #B6713B Bourbon

📋 copy color: '#B6713B'

red 182 ◦ green 113 ◦ blue 59

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

Shades of Bourbon #B6713B

Tints of Bourbon #B6713B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

 BLUE value IS 59 (23.44% from 255) = 16.67%

R = 51.41%
G = 31.92%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6713B (or 0xB6713B) is known color: Bourbon. HEX triplet: B6, 71 and 3B. RGB value is (182,113,59). Sum of RGB (Red+Green+Blue) = 182+113+59=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B6713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6713B is #498EC4. Grayscale: #7F7F7F. Windows color (decimal): -4820677 or 3895734. OLE color: 3895734.

HSL color Cylindrical-coordinate representation of color #B6713B: hue angle of 26.34º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6713B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 59 -
CMYK 0 0.38 0.68 0.29
HSL 26.34º 0.51% 0.47% -
HSV(B) 26.34º 0.68% 0.71% -
XYZ 25.99 22.07 7.03 -
YUV 127.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 182 113 59 0 0.38 0.68 0.29 26.34 0.51 0.47
Hex B6 71 3B 0 26 44 1D 1A 33 2F
Octal 266 161 73 0 46 104 35 32 63 57
Binary 10110110 1110001 111011 0 100110 1000100 11101 11010 110011 101111

Color Harmonies of #B6713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6713B

Black with #B6713B

Text Example


Text Example

White with #B6713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6713B; }

 p { color: rgb(182,113,59); }

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

background-color css

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

 a { background-color: rgb(182,113,59); }

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

border-color css

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

 span { border-color: rgb(182,113,59); }

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