Html Css Color HEX #B6733F Bourbon

📋 copy color: '#B6733F'

red 182 ◦ green 115 ◦ blue 63

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

Shades of Bourbon #B6733F

Tints of Bourbon #B6733F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.5%

R = 50.56%
G = 31.94%
B = 17.5%

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

#B6733F (or 0xB6733F) is known color: Bourbon. HEX triplet: B6, 73 and 3F. RGB value is (182,115,63). Sum of RGB (Red+Green+Blue) = 182+115+63=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6733F is #498CC0. Grayscale: #818181. Windows color (decimal): -4820161 or 4158390. OLE color: 4158390.

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

Color convert

RGB 182 115 63 -
CMYK 0 0.37 0.65 0.29
HSL 26.22º 0.49% 0.48% -
HSV(B) 26.22º 0.65% 0.71% -
XYZ 26.32 22.57 7.67 -
YUV 129.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 182 115 63 0 0.37 0.65 0.29 26.22 0.49 0.48
Hex B6 73 3F 0 25 41 1D 1A 31 30
Octal 266 163 77 0 45 101 35 32 61 60
Binary 10110110 1110011 111111 0 100101 1000001 11101 11010 110001 110000

Color Harmonies of #B6733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6733F

Black with #B6733F

Text Example


Text Example

White with #B6733F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6733F; }

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

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

background-color css

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

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

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

border-color css

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

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

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