Html Css Color HEX #B26E43 Bourbon

📋 copy color: '#B26E43'

red 178 ◦ green 110 ◦ blue 67

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

Shades of Bourbon #B26E43

Tints of Bourbon #B26E43

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.99%

 BLUE value IS 67 (26.56% from 255) = 18.87%

R = 50.14%
G = 30.99%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B26E43 (or 0xB26E43) is known color: Bourbon. HEX triplet: B2, 6E and 43. RGB value is (178,110,67). Sum of RGB (Red+Green+Blue) = 178+110+67=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E43 is #4D91BC. Grayscale: #7D7D7D. Windows color (decimal): -5083581 or 4419250. OLE color: 4419250.

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

Color convert

RGB 178 110 67 -
CMYK 0 0.38 0.62 0.30
HSL 23.24º 0.45% 0.48% -
HSV(B) 23.24º 0.62% 0.7% -
XYZ 24.95 21.02 8.05 -
YUV 125.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 178 110 67 0 0.38 0.62 0.30 23.24 0.45 0.48
Hex B2 6E 43 0 26 3E 1E 17 2D 30
Octal 262 156 103 0 46 76 36 27 55 60
Binary 10110010 1101110 1000011 0 100110 111110 11110 10111 101101 110000

Color Harmonies of #B26E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E43

Black with #B26E43

Text Example


Text Example

White with #B26E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E43; }

 p { color: rgb(178,110,67); }

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

background-color css

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

 a { background-color: rgb(178,110,67); }

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

border-color css

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

 span { border-color: rgb(178,110,67); }

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