Html Css Color HEX #B27747 Bourbon

📋 copy color: '#B27747'

red 178 ◦ green 119 ◦ blue 71

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

Shades of Bourbon #B27747

Tints of Bourbon #B27747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 48.37%
G = 32.34%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B27747 (or 0xB27747) is known color: Bourbon. HEX triplet: B2, 77 and 47. RGB value is (178,119,71). Sum of RGB (Red+Green+Blue) = 178+119+71=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B27747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27747 is #4D88B8. Grayscale: #838383. Windows color (decimal): -5081273 or 4683698. OLE color: 4683698.

HSL color Cylindrical-coordinate representation of color #B27747: hue angle of 26.92º degrees, saturation: 0.43, 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 #B27747 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 71 -
CMYK 0 0.33 0.60 0.30
HSL 26.92º 0.43% 0.49% -
HSV(B) 26.92º 0.6% 0.7% -
XYZ 26.09 23.11 9.05 -
YUV 131.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 178 119 71 0 0.33 0.60 0.30 26.92 0.43 0.49
Hex B2 77 47 0 21 3C 1E 1B 2B 31
Octal 262 167 107 0 41 74 36 33 53 61
Binary 10110010 1110111 1000111 0 100001 111100 11110 11011 101011 110001

Color Harmonies of #B27747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27747

Black with #B27747

Text Example


Text Example

White with #B27747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27747; }

 p { color: rgb(178,119,71); }

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

background-color css

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

 a { background-color: rgb(178,119,71); }

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

border-color css

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

 span { border-color: rgb(178,119,71); }

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