Html Css Color HEX #B26F48 Bourbon

📋 copy color: '#B26F48'

red 178 ◦ green 111 ◦ blue 72

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

Shades of Bourbon #B26F48

Tints of Bourbon #B26F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.75%

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 49.31%
G = 30.75%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B26F48 (or 0xB26F48) is known color: Bourbon. HEX triplet: B2, 6F and 48. RGB value is (178,111,72). Sum of RGB (Red+Green+Blue) = 178+111+72=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26F48 is #4D90B7. Grayscale: #7E7E7E. Windows color (decimal): -5083320 or 4747186. OLE color: 4747186.

HSL color Cylindrical-coordinate representation of color #B26F48: hue angle of 22.08º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B26F48 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 111 72 -
CMYK 0 0.38 0.60 0.30
HSL 22.08º 0.42% 0.49% -
HSV(B) 22.08º 0.6% 0.7% -
XYZ 25.21 21.3 8.91 -
YUV 126.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 178 111 72 0 0.38 0.60 0.30 22.08 0.42 0.49
Hex B2 6F 48 0 26 3C 1E 16 2A 31
Octal 262 157 110 0 46 74 36 26 52 61
Binary 10110010 1101111 1001000 0 100110 111100 11110 10110 101010 110001

Color Harmonies of #B26F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F48

Black with #B26F48

Text Example


Text Example

White with #B26F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F48; }

 p { color: rgb(178,111,72); }

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

background-color css

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

 a { background-color: rgb(178,111,72); }

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

border-color css

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

 span { border-color: rgb(178,111,72); }

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