Html Css Color HEX #B26C39 Bourbon

📋 copy color: '#B26C39'

red 178 ◦ green 108 ◦ blue 57

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

Shades of Bourbon #B26C39

Tints of Bourbon #B26C39

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

 BLUE value IS 57 (22.66% from 255) = 16.62%

R = 51.9%
G = 31.49%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B26C39 (or 0xB26C39) is known color: Bourbon. HEX triplet: B2, 6C and 39. RGB value is (178,108,57). Sum of RGB (Red+Green+Blue) = 178+108+57=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C39 is #4D93C6. Grayscale: #7B7B7B. Windows color (decimal): -5084103 or 3763378. OLE color: 3763378.

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

Color convert

RGB 178 108 57 -
CMYK 0 0.39 0.68 0.30
HSL 25.29º 0.51% 0.46% -
HSV(B) 25.29º 0.68% 0.7% -
XYZ 24.46 20.49 6.54 -
YUV 123.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 178 108 57 0 0.39 0.68 0.30 25.29 0.51 0.46
Hex B2 6C 39 0 27 44 1E 19 33 2E
Octal 262 154 71 0 47 104 36 31 63 56
Binary 10110010 1101100 111001 0 100111 1000100 11110 11001 110011 101110

Color Harmonies of #B26C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C39

Black with #B26C39

Text Example


Text Example

White with #B26C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C39; }

 p { color: rgb(178,108,57); }

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

background-color css

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

 a { background-color: rgb(178,108,57); }

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

border-color css

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

 span { border-color: rgb(178,108,57); }

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