Html Css Color HEX #B26D45 Bourbon

📋 copy color: '#B26D45'

red 178 ◦ green 109 ◦ blue 69

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

Shades of Bourbon #B26D45

Tints of Bourbon #B26D45

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

 BLUE value IS 69 (27.34% from 255) = 19.38%

R = 50%
G = 30.62%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B26D45 (or 0xB26D45) is known color: Bourbon. HEX triplet: B2, 6D and 45. RGB value is (178,109,69). Sum of RGB (Red+Green+Blue) = 178+109+69=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26D45 is #4D92BA. Grayscale: #7D7D7D. Windows color (decimal): -5083835 or 4550066. OLE color: 4550066.

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

Color convert

RGB 178 109 69 -
CMYK 0 0.39 0.61 0.30
HSL 22.02º 0.44% 0.48% -
HSV(B) 22.02º 0.61% 0.7% -
XYZ 24.9 20.83 8.34 -
YUV 125.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 178 109 69 0 0.39 0.61 0.30 22.02 0.44 0.48
Hex B2 6D 45 0 27 3D 1E 16 2C 30
Octal 262 155 105 0 47 75 36 26 54 60
Binary 10110010 1101101 1000101 0 100111 111101 11110 10110 101100 110000

Color Harmonies of #B26D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D45

Black with #B26D45

Text Example


Text Example

White with #B26D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D45; }

 p { color: rgb(178,109,69); }

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

background-color css

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

 a { background-color: rgb(178,109,69); }

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

border-color css

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

 span { border-color: rgb(178,109,69); }

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