Html Css Color HEX #B66D3C Bourbon

📋 copy color: '#B66D3C'

red 182 ◦ green 109 ◦ blue 60

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

Shades of Bourbon #B66D3C

Tints of Bourbon #B66D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 51.85%
G = 31.05%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B66D3C (or 0xB66D3C) is known color: Bourbon. HEX triplet: B6, 6D and 3C. RGB value is (182,109,60). Sum of RGB (Red+Green+Blue) = 182+109+60=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D3C is #4992C3. Grayscale: #7D7D7D. Windows color (decimal): -4821700 or 3960246. OLE color: 3960246.

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

Color convert

RGB 182 109 60 -
CMYK 0 0.40 0.67 0.29
HSL 24.1º 0.5% 0.47% -
HSV(B) 24.1º 0.67% 0.71% -
XYZ 25.58 21.21 7.02 -
YUV 125.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 182 109 60 0 0.40 0.67 0.29 24.1 0.5 0.47
Hex B6 6D 3C 0 28 43 1D 18 32 2F
Octal 266 155 74 0 50 103 35 30 62 57
Binary 10110110 1101101 111100 0 101000 1000011 11101 11000 110010 101111

Color Harmonies of #B66D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D3C

Black with #B66D3C

Text Example


Text Example

White with #B66D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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