Html Css Color HEX #B26C40 Bourbon

📋 copy color: '#B26C40'

red 178 ◦ green 108 ◦ blue 64

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

Shades of Bourbon #B26C40

Tints of Bourbon #B26C40

RGB

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

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

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

R = 50.86%
G = 30.86%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B26C40 (or 0xB26C40) is known color: Bourbon. HEX triplet: B2, 6C and 40. RGB value is (178,108,64). Sum of RGB (Red+Green+Blue) = 178+108+64=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C40 is #4D93BF. Grayscale: #7C7C7C. Windows color (decimal): -5084096 or 4222130. OLE color: 4222130.

HSL color Cylindrical-coordinate representation of color #B26C40: hue angle of 23.16º 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 #B26C40 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 108 64 -
CMYK 0 0.39 0.64 0.30
HSL 23.16º 0.47% 0.47% -
HSV(B) 23.16º 0.64% 0.7% -
XYZ 24.65 20.56 7.52 -
YUV 123.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 178 108 64 0 0.39 0.64 0.30 23.16 0.47 0.47
Hex B2 6C 40 0 27 40 1E 17 2F 2F
Octal 262 154 100 0 47 100 36 27 57 57
Binary 10110010 1101100 1000000 0 100111 1000000 11110 10111 101111 101111

Color Harmonies of #B26C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C40

Black with #B26C40

Text Example


Text Example

White with #B26C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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