Html Css Color HEX #B6663B Bourbon

📋 copy color: '#B6663B'

red 182 ◦ green 102 ◦ blue 59

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

Shades of Bourbon #B6663B

Tints of Bourbon #B6663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.74%

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

R = 53.06%
G = 29.74%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6663B (or 0xB6663B) is known color: Bourbon. HEX triplet: B6, 66 and 3B. RGB value is (182,102,59). Sum of RGB (Red+Green+Blue) = 182+102+59=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6663B is #4999C4. Grayscale: #797979. Windows color (decimal): -4823493 or 3892918. OLE color: 3892918.

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

Color convert

RGB 182 102 59 -
CMYK 0 0.44 0.68 0.29
HSL 20.98º 0.51% 0.47% -
HSV(B) 20.98º 0.68% 0.71% -
XYZ 24.83 19.76 6.64 -
YUV 121.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 182 102 59 0 0.44 0.68 0.29 20.98 0.51 0.47
Hex B6 66 3B 0 2C 44 1D 15 33 2F
Octal 266 146 73 0 54 104 35 25 63 57
Binary 10110110 1100110 111011 0 101100 1000100 11101 10101 110011 101111

Color Harmonies of #B6663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6663B

Black with #B6663B

Text Example


Text Example

White with #B6663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6663B; }

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

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

background-color css

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

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

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

border-color css

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

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

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