Html Css Color HEX #B26C46 Bourbon

📋 copy color: '#B26C46'

red 178 ◦ green 108 ◦ blue 70

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

Shades of Bourbon #B26C46

Tints of Bourbon #B26C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 50%
G = 30.34%
B = 19.66%

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

#B26C46 (or 0xB26C46) is known color: Bourbon. HEX triplet: B2, 6C and 46. RGB value is (178,108,70). Sum of RGB (Red+Green+Blue) = 178+108+70=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C46 is #4D93B9. Grayscale: #7C7C7C. Windows color (decimal): -5084090 or 4615346. OLE color: 4615346.

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

Color convert

RGB 178 108 70 -
CMYK 0 0.39 0.61 0.30
HSL 21.11º 0.44% 0.49% -
HSV(B) 21.11º 0.61% 0.7% -
XYZ 24.83 20.63 8.47 -
YUV 124.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 178 108 70 0 0.39 0.61 0.30 21.11 0.44 0.49
Hex B2 6C 46 0 27 3D 1E 15 2C 31
Octal 262 154 106 0 47 75 36 25 54 61
Binary 10110010 1101100 1000110 0 100111 111101 11110 10101 101100 110001

Color Harmonies of #B26C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C46

Black with #B26C46

Text Example


Text Example

White with #B26C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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