Html Css Color HEX #B27546 Bourbon

📋 copy color: '#B27546'

red 178 ◦ green 117 ◦ blue 70

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

Shades of Bourbon #B27546

Tints of Bourbon #B27546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

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

R = 48.77%
G = 32.05%
B = 19.18%

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

#B27546 (or 0xB27546) is known color: Bourbon. HEX triplet: B2, 75 and 46. RGB value is (178,117,70). Sum of RGB (Red+Green+Blue) = 178+117+70=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B27546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27546 is #4D8AB9. Grayscale: #828282. Windows color (decimal): -5081786 or 4617650. OLE color: 4617650.

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

Color convert

RGB 178 117 70 -
CMYK 0 0.34 0.61 0.30
HSL 26.11º 0.44% 0.49% -
HSV(B) 26.11º 0.61% 0.7% -
XYZ 25.83 22.63 8.8 -
YUV 129.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 178 117 70 0 0.34 0.61 0.30 26.11 0.44 0.49
Hex B2 75 46 0 22 3D 1E 1A 2C 31
Octal 262 165 106 0 42 75 36 32 54 61
Binary 10110010 1110101 1000110 0 100010 111101 11110 11010 101100 110001

Color Harmonies of #B27546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27546

Black with #B27546

Text Example


Text Example

White with #B27546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27546; }

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

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

background-color css

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

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

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

border-color css

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

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

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