Html Css Color HEX #BA724A Bourbon

📋 copy color: '#BA724A'

red 186 ◦ green 114 ◦ blue 74

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

Shades of Bourbon #BA724A

Tints of Bourbon #BA724A

RGB

 RED value IS 186 (73.05% from 255) = 49.73%

 GREEN value IS 114 (44.92% from 255) = 30.48%

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

R = 49.73%
G = 30.48%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA724A (or 0xBA724A) is known color: Bourbon. HEX triplet: BA, 72 and 4A. RGB value is (186,114,74). Sum of RGB (Red+Green+Blue) = 186+114+74=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA724A is #458DB5. Grayscale: #838383. Windows color (decimal): -4558262 or 4879034. OLE color: 4879034.

HSL color Cylindrical-coordinate representation of color #BA724A: hue angle of 21.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA724A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 74 -
CMYK 0 0.39 0.60 0.27
HSL 21.43º 0.45% 0.51% -
HSV(B) 21.43º 0.6% 0.73% -
XYZ 27.5 22.97 9.46 -
YUV 130.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 186 114 74 0 0.39 0.60 0.27 21.43 0.45 0.51
Hex BA 72 4A 0 27 3C 1B 15 2D 33
Octal 272 162 112 0 47 74 33 25 55 63
Binary 10111010 1110010 1001010 0 100111 111100 11011 10101 101101 110011

Color Harmonies of #BA724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA724A

Black with #BA724A

Text Example


Text Example

White with #BA724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA724A; }

 p { color: rgb(186,114,74); }

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

background-color css

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

 a { background-color: rgb(186,114,74); }

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

border-color css

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

 span { border-color: rgb(186,114,74); }

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