Html Css Color HEX #B67144 Bourbon

📋 copy color: '#B67144'

red 182 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #B67144

Tints of Bourbon #B67144

RGB

 RED value IS 182 (71.48% from 255) = 50.14%

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 50.14%
G = 31.13%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B67144 (or 0xB67144) is known color: Bourbon. HEX triplet: B6, 71 and 44. RGB value is (182,113,68). Sum of RGB (Red+Green+Blue) = 182+113+68=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B67144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67144 is #498EBB. Grayscale: #808080. Windows color (decimal): -4820668 or 4485558. OLE color: 4485558.

HSL color Cylindrical-coordinate representation of color #B67144: hue angle of 23.68º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B67144 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 68 -
CMYK 0 0.38 0.63 0.29
HSL 23.68º 0.46% 0.49% -
HSV(B) 23.68º 0.63% 0.71% -
XYZ 26.24 22.17 8.37 -
YUV 128.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 182 113 68 0 0.38 0.63 0.29 23.68 0.46 0.49
Hex B6 71 44 0 26 3F 1D 18 2E 31
Octal 266 161 104 0 46 77 35 30 56 61
Binary 10110110 1110001 1000100 0 100110 111111 11101 11000 101110 110001

Color Harmonies of #B67144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67144

Black with #B67144

Text Example


Text Example

White with #B67144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67144; }

 p { color: rgb(182,113,68); }

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

background-color css

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

 a { background-color: rgb(182,113,68); }

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

border-color css

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

 span { border-color: rgb(182,113,68); }

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