Html Css Color HEX #B6713C Bourbon

📋 copy color: '#B6713C'

red 182 ◦ green 113 ◦ blue 60

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

Shades of Bourbon #B6713C

Tints of Bourbon #B6713C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.9%

R = 51.27%
G = 31.83%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6713C (or 0xB6713C) is known color: Bourbon. HEX triplet: B6, 71 and 3C. RGB value is (182,113,60). Sum of RGB (Red+Green+Blue) = 182+113+60=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6713C is #498EC3. Grayscale: #7F7F7F. Windows color (decimal): -4820676 or 3961270. OLE color: 3961270.

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

Color convert

RGB 182 113 60 -
CMYK 0 0.38 0.67 0.29
HSL 26.07º 0.5% 0.47% -
HSV(B) 26.07º 0.67% 0.71% -
XYZ 26.01 22.08 7.17 -
YUV 127.59 89.86 166.81 -
System Red Green Blue C M Y K H S L
Decimal 182 113 60 0 0.38 0.67 0.29 26.07 0.5 0.47
Hex B6 71 3C 0 26 43 1D 1A 32 2F
Octal 266 161 74 0 46 103 35 32 62 57
Binary 10110110 1110001 111100 0 100110 1000011 11101 11010 110010 101111

Color Harmonies of #B6713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6713C

Black with #B6713C

Text Example


Text Example

White with #B6713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6713C; }

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

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

background-color css

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

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

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

border-color css

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

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

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