Html Css Color HEX #B8734A Bourbon

📋 copy color: '#B8734A'

red 184 ◦ green 115 ◦ blue 74

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

Shades of Bourbon #B8734A

Tints of Bourbon #B8734A

RGB

 RED value IS 184 (72.27% from 255) = 49.33%

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

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 49.33%
G = 30.83%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8734A (or 0xB8734A) is known color: Bourbon. HEX triplet: B8, 73 and 4A. RGB value is (184,115,74). Sum of RGB (Red+Green+Blue) = 184+115+74=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8734A is #478CB5. Grayscale: #838383. Windows color (decimal): -4689078 or 4879288. OLE color: 4879288.

HSL color Cylindrical-coordinate representation of color #B8734A: hue angle of 22.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8734A is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 115 74 -
CMYK 0 0.38 0.60 0.28
HSL 22.36º 0.44% 0.51% -
HSV(B) 22.36º 0.6% 0.72% -
XYZ 27.13 22.95 9.48 -
YUV 130.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 184 115 74 0 0.38 0.60 0.28 22.36 0.44 0.51
Hex B8 73 4A 0 26 3C 1C 16 2C 33
Octal 270 163 112 0 46 74 34 26 54 63
Binary 10111000 1110011 1001010 0 100110 111100 11100 10110 101100 110011

Color Harmonies of #B8734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8734A

Black with #B8734A

Text Example


Text Example

White with #B8734A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8734A; }

 p { color: rgb(184,115,74); }

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

background-color css

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

 a { background-color: rgb(184,115,74); }

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

border-color css

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

 span { border-color: rgb(184,115,74); }

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