Html Css Color HEX #B26841 Bourbon

📋 copy color: '#B26841'

red 178 ◦ green 104 ◦ blue 65

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

Shades of Bourbon #B26841

Tints of Bourbon #B26841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 51.3%
G = 29.97%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B26841 (or 0xB26841) is known color: Bourbon. HEX triplet: B2, 68 and 41. RGB value is (178,104,65). Sum of RGB (Red+Green+Blue) = 178+104+65=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B26841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26841 is #4D97BE. Grayscale: #797979. Windows color (decimal): -5085119 or 4286642. OLE color: 4286642.

HSL color Cylindrical-coordinate representation of color #B26841: hue angle of 20.71º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B26841 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 104 65 -
CMYK 0 0.42 0.63 0.30
HSL 20.71º 0.47% 0.48% -
HSV(B) 20.71º 0.63% 0.7% -
XYZ 24.26 19.75 7.53 -
YUV 121.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 178 104 65 0 0.42 0.63 0.30 20.71 0.47 0.48
Hex B2 68 41 0 2A 3F 1E 15 2F 30
Octal 262 150 101 0 52 77 36 25 57 60
Binary 10110010 1101000 1000001 0 101010 111111 11110 10101 101111 110000

Color Harmonies of #B26841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26841

Black with #B26841

Text Example


Text Example

White with #B26841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26841; }

 p { color: rgb(178,104,65); }

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

background-color css

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

 a { background-color: rgb(178,104,65); }

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

border-color css

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

 span { border-color: rgb(178,104,65); }

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