Html Css Color HEX #B6663C Bourbon

📋 copy color: '#B6663C'

red 182 ◦ green 102 ◦ blue 60

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

Shades of Bourbon #B6663C

Tints of Bourbon #B6663C

RGB

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

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

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

R = 52.91%
G = 29.65%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6663C (or 0xB6663C) is known color: Bourbon. HEX triplet: B6, 66 and 3C. RGB value is (182,102,60). Sum of RGB (Red+Green+Blue) = 182+102+60=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6663C is #4999C3. Grayscale: #797979. Windows color (decimal): -4823492 or 3958454. OLE color: 3958454.

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

Color convert

RGB 182 102 60 -
CMYK 0 0.44 0.67 0.29
HSL 20.66º 0.5% 0.47% -
HSV(B) 20.66º 0.67% 0.71% -
XYZ 24.86 19.77 6.78 -
YUV 121.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 182 102 60 0 0.44 0.67 0.29 20.66 0.5 0.47
Hex B6 66 3C 0 2C 43 1D 15 32 2F
Octal 266 146 74 0 54 103 35 25 62 57
Binary 10110110 1100110 111100 0 101100 1000011 11101 10101 110010 101111

Color Harmonies of #B6663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6663C

Black with #B6663C

Text Example


Text Example

White with #B6663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6663C; }

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

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

background-color css

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

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

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

border-color css

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

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

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