Html Css Color HEX #B27646 Bourbon

📋 copy color: '#B27646'

red 178 ◦ green 118 ◦ blue 70

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

Shades of Bourbon #B27646

Tints of Bourbon #B27646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.24%

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

R = 48.63%
G = 32.24%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B27646 (or 0xB27646) is known color: Bourbon. HEX triplet: B2, 76 and 46. RGB value is (178,118,70). Sum of RGB (Red+Green+Blue) = 178+118+70=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B27646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27646 is #4D89B9. Grayscale: #828282. Windows color (decimal): -5081530 or 4617906. OLE color: 4617906.

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

Color convert

RGB 178 118 70 -
CMYK 0 0.34 0.61 0.30
HSL 26.67º 0.44% 0.49% -
HSV(B) 26.67º 0.61% 0.7% -
XYZ 25.94 22.86 8.84 -
YUV 130.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 178 118 70 0 0.34 0.61 0.30 26.67 0.44 0.49
Hex B2 76 46 0 22 3D 1E 1B 2C 31
Octal 262 166 106 0 42 75 36 33 54 61
Binary 10110010 1110110 1000110 0 100010 111101 11110 11011 101100 110001

Color Harmonies of #B27646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27646

Black with #B27646

Text Example


Text Example

White with #B27646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27646; }

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

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

background-color css

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

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

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

border-color css

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

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

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