Html Css Color HEX #B26537 Bourbon

📋 copy color: '#B26537'

red 178 ◦ green 101 ◦ blue 55

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

Shades of Bourbon #B26537

Tints of Bourbon #B26537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

 BLUE value IS 55 (21.88% from 255) = 16.47%

R = 53.29%
G = 30.24%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B26537 (or 0xB26537) is known color: Bourbon. HEX triplet: B2, 65 and 37. RGB value is (178,101,55). Sum of RGB (Red+Green+Blue) = 178+101+55=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B26537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26537 is #4D9AC8. Grayscale: #777777. Windows color (decimal): -5085897 or 3630514. OLE color: 3630514.

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

Color convert

RGB 178 101 55 -
CMYK 0 0.43 0.69 0.30
HSL 22.44º 0.53% 0.46% -
HSV(B) 22.44º 0.69% 0.7% -
XYZ 23.7 19.05 6.04 -
YUV 118.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 178 101 55 0 0.43 0.69 0.30 22.44 0.53 0.46
Hex B2 65 37 0 2B 45 1E 16 35 2E
Octal 262 145 67 0 53 105 36 26 65 56
Binary 10110010 1100101 110111 0 101011 1000101 11110 10110 110101 101110

Color Harmonies of #B26537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26537

Black with #B26537

Text Example


Text Example

White with #B26537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26537; }

 p { color: rgb(178,101,55); }

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

background-color css

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

 a { background-color: rgb(178,101,55); }

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

border-color css

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

 span { border-color: rgb(178,101,55); }

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