Html Css Color HEX #B66A3C Bourbon

📋 copy color: '#B66A3C'

red 182 ◦ green 106 ◦ blue 60

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

Shades of Bourbon #B66A3C

Tints of Bourbon #B66A3C

RGB

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

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

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

R = 52.3%
G = 30.46%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B66A3C (or 0xB66A3C) is known color: Bourbon. HEX triplet: B6, 6A and 3C. RGB value is (182,106,60). Sum of RGB (Red+Green+Blue) = 182+106+60=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66A3C is #4995C3. Grayscale: #7B7B7B. Windows color (decimal): -4822468 or 3959478. OLE color: 3959478.

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

Color convert

RGB 182 106 60 -
CMYK 0 0.42 0.67 0.29
HSL 22.62º 0.5% 0.47% -
HSV(B) 22.62º 0.67% 0.71% -
XYZ 25.26 20.58 6.92 -
YUV 123.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 182 106 60 0 0.42 0.67 0.29 22.62 0.5 0.47
Hex B6 6A 3C 0 2A 43 1D 17 32 2F
Octal 266 152 74 0 52 103 35 27 62 57
Binary 10110110 1101010 111100 0 101010 1000011 11101 10111 110010 101111

Color Harmonies of #B66A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A3C

Black with #B66A3C

Text Example


Text Example

White with #B66A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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