Html Css Color HEX #B6733C Bourbon

📋 copy color: '#B6733C'

red 182 ◦ green 115 ◦ blue 60

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

Shades of Bourbon #B6733C

Tints of Bourbon #B6733C

RGB

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

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

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

R = 50.98%
G = 32.21%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6733C (or 0xB6733C) is known color: Bourbon. HEX triplet: B6, 73 and 3C. RGB value is (182,115,60). Sum of RGB (Red+Green+Blue) = 182+115+60=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6733C is #498CC3. Grayscale: #818181. Windows color (decimal): -4820164 or 3961782. OLE color: 3961782.

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

Color convert

RGB 182 115 60 -
CMYK 0 0.37 0.67 0.29
HSL 27.05º 0.5% 0.47% -
HSV(B) 27.05º 0.67% 0.71% -
XYZ 26.24 22.53 7.24 -
YUV 128.76 89.2 165.97 -
System Red Green Blue C M Y K H S L
Decimal 182 115 60 0 0.37 0.67 0.29 27.05 0.5 0.47
Hex B6 73 3C 0 25 43 1D 1B 32 2F
Octal 266 163 74 0 45 103 35 33 62 57
Binary 10110110 1110011 111100 0 100101 1000011 11101 11011 110010 101111

Color Harmonies of #B6733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6733C

Black with #B6733C

Text Example


Text Example

White with #B6733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6733C; }

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

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

background-color css

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

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

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

border-color css

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

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

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