Html Css Color HEX #B27346 Bourbon

📋 copy color: '#B27346'

red 178 ◦ green 115 ◦ blue 70

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

Shades of Bourbon #B27346

Tints of Bourbon #B27346

RGB

 RED value IS 178 (69.92% from 255) = 49.04%

 GREEN value IS 115 (45.31% from 255) = 31.68%

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 49.04%
G = 31.68%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B27346 (or 0xB27346) is known color: Bourbon. HEX triplet: B2, 73 and 46. RGB value is (178,115,70). Sum of RGB (Red+Green+Blue) = 178+115+70=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B27346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27346 is #4D8CB9. Grayscale: #808080. Windows color (decimal): -5082298 or 4617138. OLE color: 4617138.

HSL color Cylindrical-coordinate representation of color #B27346: hue angle of 25º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B27346 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 115 70 -
CMYK 0 0.35 0.61 0.30
HSL 25º 0.44% 0.49% -
HSV(B) 25º 0.61% 0.7% -
XYZ 25.6 22.17 8.72 -
YUV 128.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 178 115 70 0 0.35 0.61 0.30 25 0.44 0.49
Hex B2 73 46 0 23 3D 1E 19 2C 31
Octal 262 163 106 0 43 75 36 31 54 61
Binary 10110010 1110011 1000110 0 100011 111101 11110 11001 101100 110001

Color Harmonies of #B27346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27346

Black with #B27346

Text Example


Text Example

White with #B27346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27346; }

 p { color: rgb(178,115,70); }

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

background-color css

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

 a { background-color: rgb(178,115,70); }

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

border-color css

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

 span { border-color: rgb(178,115,70); }

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