Html Css Color HEX #B26636 Bourbon

📋 copy color: '#B26636'

red 178 ◦ green 102 ◦ blue 54

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

Shades of Bourbon #B26636

Tints of Bourbon #B26636

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

 BLUE value IS 54 (21.48% from 255) = 16.17%

R = 53.29%
G = 30.54%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B26636 (or 0xB26636) is known color: Bourbon. HEX triplet: B2, 66 and 36. RGB value is (178,102,54). Sum of RGB (Red+Green+Blue) = 178+102+54=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B26636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26636 is #4D99C9. Grayscale: #777777. Windows color (decimal): -5085642 or 3565234. OLE color: 3565234.

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

Color convert

RGB 178 102 54 -
CMYK 0 0.43 0.70 0.30
HSL 23.23º 0.53% 0.45% -
HSV(B) 23.23º 0.7% 0.7% -
XYZ 23.78 19.23 5.95 -
YUV 119.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 178 102 54 0 0.43 0.70 0.30 23.23 0.53 0.45
Hex B2 66 36 0 2B 46 1E 17 35 2D
Octal 262 146 66 0 53 106 36 27 65 55
Binary 10110010 1100110 110110 0 101011 1000110 11110 10111 110101 101101

Color Harmonies of #B26636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26636

Black with #B26636

Text Example


Text Example

White with #B26636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26636; }

 p { color: rgb(178,102,54); }

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

background-color css

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

 a { background-color: rgb(178,102,54); }

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

border-color css

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

 span { border-color: rgb(178,102,54); }

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