Html Css Color HEX #B6683F Bourbon

📋 copy color: '#B6683F'

red 182 ◦ green 104 ◦ blue 63

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

Shades of Bourbon #B6683F

Tints of Bourbon #B6683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

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

R = 52.15%
G = 29.8%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B6683F (or 0xB6683F) is known color: Bourbon. HEX triplet: B6, 68 and 3F. RGB value is (182,104,63). Sum of RGB (Red+Green+Blue) = 182+104+63=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B6683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6683F is #4997C0. Grayscale: #7A7A7A. Windows color (decimal): -4822977 or 4155574. OLE color: 4155574.

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

Color convert

RGB 182 104 63 -
CMYK 0 0.43 0.65 0.29
HSL 20.67º 0.49% 0.48% -
HSV(B) 20.67º 0.65% 0.71% -
XYZ 25.14 20.2 7.28 -
YUV 122.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 182 104 63 0 0.43 0.65 0.29 20.67 0.49 0.48
Hex B6 68 3F 0 2B 41 1D 15 31 30
Octal 266 150 77 0 53 101 35 25 61 60
Binary 10110110 1101000 111111 0 101011 1000001 11101 10101 110001 110000

Color Harmonies of #B6683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6683F

Black with #B6683F

Text Example


Text Example

White with #B6683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6683F; }

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

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

background-color css

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

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

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

border-color css

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

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

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