#B8673D

Color #B8673D Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #B8673D

Tints of Bourbon #B8673D

Color information

#B8673D (or 0xB8673D) is unknown color: approx Bourbon. HEX triplet: B8, 67 and 3D. RGB value is (184,103,61). Sum of RGB (Red+Green+Blue) = 184+103+61=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8673D is #4798C2. Grayscale: #7A7A7A. Windows color (decimal): -4692163 or 4024248. OLE color: 4024248.

HSL color Cylindrical-coordinate representation of color #B8673D: hue angle of 20.49º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8673D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB18410361-
CMYK00.440.670.28
HSL20.49º50.2%48.04%-
HSV(B)20.49º66.85%72.16%-
XYZ25.4620.236.98-
YUV122.4393.34171.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.87%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 61 (24.22% from 255) = 17.53%
R=52.87%
G=29.60%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841036100.440.670.2820.4950.248.04
HexB8673D02C431C143230
Octal2701477505410334246260
Binary101110001100111111101010110010000111110010100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8673D; }

 p { color: rgb(184,103,61); }

 H1.HeaderClassName
 {
   color: #B8673D;
 }
 .AnyTagClassName
 {
   color: #B8673D;
 }
</style>
background-color css

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

 a { background-color: rgb(184,103,61); }

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

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

 span { border-color: rgb(184,103,61); }

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