Html Css Color HEX #B26B42 Bourbon

📋 copy color: '#B26B42'

red 178 ◦ green 107 ◦ blue 66

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

Shades of Bourbon #B26B42

Tints of Bourbon #B26B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 50.71%
G = 30.48%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B26B42 (or 0xB26B42) is known color: Bourbon. HEX triplet: B2, 6B and 42. RGB value is (178,107,66). Sum of RGB (Red+Green+Blue) = 178+107+66=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26B42 is #4D94BD. Grayscale: #7B7B7B. Windows color (decimal): -5084350 or 4352946. OLE color: 4352946.

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

Color convert

RGB 178 107 66 -
CMYK 0 0.40 0.63 0.30
HSL 21.96º 0.46% 0.48% -
HSV(B) 21.96º 0.63% 0.7% -
XYZ 24.6 20.37 7.79 -
YUV 123.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 178 107 66 0 0.40 0.63 0.30 21.96 0.46 0.48
Hex B2 6B 42 0 28 3F 1E 16 2E 30
Octal 262 153 102 0 50 77 36 26 56 60
Binary 10110010 1101011 1000010 0 101000 111111 11110 10110 101110 110000

Color Harmonies of #B26B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26B42

Black with #B26B42

Text Example


Text Example

White with #B26B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26B42; }

 p { color: rgb(178,107,66); }

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

background-color css

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

 a { background-color: rgb(178,107,66); }

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

border-color css

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

 span { border-color: rgb(178,107,66); }

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