Html Css Color HEX #B66A40 Bourbon

📋 copy color: '#B66A40'

red 182 ◦ green 106 ◦ blue 64

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

Shades of Bourbon #B66A40

Tints of Bourbon #B66A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 51.7%
G = 30.11%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B66A40 (or 0xB66A40) is known color: Bourbon. HEX triplet: B6, 6A and 40. RGB value is (182,106,64). Sum of RGB (Red+Green+Blue) = 182+106+64=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66A40 is #4995BF. Grayscale: #7C7C7C. Windows color (decimal): -4822464 or 4221622. OLE color: 4221622.

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

Color convert

RGB 182 106 64 -
CMYK 0 0.42 0.65 0.29
HSL 21.36º 0.48% 0.48% -
HSV(B) 21.36º 0.65% 0.71% -
XYZ 25.37 20.62 7.49 -
YUV 123.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 182 106 64 0 0.42 0.65 0.29 21.36 0.48 0.48
Hex B6 6A 40 0 2A 41 1D 15 30 30
Octal 266 152 100 0 52 101 35 25 60 60
Binary 10110110 1101010 1000000 0 101010 1000001 11101 10101 110000 110000

Color Harmonies of #B66A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A40

Black with #B66A40

Text Example


Text Example

White with #B66A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A40; }

 p { color: rgb(182,106,64); }

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

background-color css

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

 a { background-color: rgb(182,106,64); }

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

border-color css

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

 span { border-color: rgb(182,106,64); }

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