Html Css Color HEX #B26840 Bourbon

📋 copy color: '#B26840'

red 178 ◦ green 104 ◦ blue 64

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

Shades of Bourbon #B26840

Tints of Bourbon #B26840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 51.45%
G = 30.06%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B26840 (or 0xB26840) is known color: Bourbon. HEX triplet: B2, 68 and 40. RGB value is (178,104,64). Sum of RGB (Red+Green+Blue) = 178+104+64=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B26840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26840 is #4D97BF. Grayscale: #797979. Windows color (decimal): -5085120 or 4221106. OLE color: 4221106.

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

Color convert

RGB 178 104 64 -
CMYK 0 0.42 0.64 0.30
HSL 21.05º 0.47% 0.47% -
HSV(B) 21.05º 0.64% 0.7% -
XYZ 24.24 19.74 7.38 -
YUV 121.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 178 104 64 0 0.42 0.64 0.30 21.05 0.47 0.47
Hex B2 68 40 0 2A 40 1E 15 2F 2F
Octal 262 150 100 0 52 100 36 25 57 57
Binary 10110010 1101000 1000000 0 101010 1000000 11110 10101 101111 101111

Color Harmonies of #B26840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26840

Black with #B26840

Text Example


Text Example

White with #B26840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26840; }

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

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

background-color css

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

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

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

border-color css

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

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

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