Html Css Color HEX #B67145 Bourbon

📋 copy color: '#B67145'

red 182 ◦ green 113 ◦ blue 69

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

Shades of Bourbon #B67145

Tints of Bourbon #B67145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.96%

R = 50%
G = 31.04%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B67145 (or 0xB67145) is known color: Bourbon. HEX triplet: B6, 71 and 45. RGB value is (182,113,69). Sum of RGB (Red+Green+Blue) = 182+113+69=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B67145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67145 is #498EBA. Grayscale: #808080. Windows color (decimal): -4820667 or 4551094. OLE color: 4551094.

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

Color convert

RGB 182 113 69 -
CMYK 0 0.38 0.62 0.29
HSL 23.36º 0.45% 0.49% -
HSV(B) 23.36º 0.62% 0.71% -
XYZ 26.27 22.19 8.53 -
YUV 128.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 182 113 69 0 0.38 0.62 0.29 23.36 0.45 0.49
Hex B6 71 45 0 26 3E 1D 17 2D 31
Octal 266 161 105 0 46 76 35 27 55 61
Binary 10110110 1110001 1000101 0 100110 111110 11101 10111 101101 110001

Color Harmonies of #B67145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67145

Black with #B67145

Text Example


Text Example

White with #B67145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67145; }

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

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

background-color css

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

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

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

border-color css

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

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

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