Html Css Color HEX #B27348 Bourbon

📋 copy color: '#B27348'

red 178 ◦ green 115 ◦ blue 72

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

Shades of Bourbon #B27348

Tints of Bourbon #B27348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.51%

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 48.77%
G = 31.51%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B27348 (or 0xB27348) is known color: Bourbon. HEX triplet: B2, 73 and 48. RGB value is (178,115,72). Sum of RGB (Red+Green+Blue) = 178+115+72=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B27348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27348 is #4D8CB7. Grayscale: #818181. Windows color (decimal): -5082296 or 4748210. OLE color: 4748210.

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

Color convert

RGB 178 115 72 -
CMYK 0 0.35 0.60 0.30
HSL 24.34º 0.42% 0.49% -
HSV(B) 24.34º 0.6% 0.7% -
XYZ 25.66 22.19 9.06 -
YUV 128.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 178 115 72 0 0.35 0.60 0.30 24.34 0.42 0.49
Hex B2 73 48 0 23 3C 1E 18 2A 31
Octal 262 163 110 0 43 74 36 30 52 61
Binary 10110010 1110011 1001000 0 100011 111100 11110 11000 101010 110001

Color Harmonies of #B27348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27348

Black with #B27348

Text Example


Text Example

White with #B27348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27348; }

 p { color: rgb(178,115,72); }

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

background-color css

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

 a { background-color: rgb(178,115,72); }

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

border-color css

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

 span { border-color: rgb(178,115,72); }

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