Html Css Color HEX #BA693B Bourbon

📋 copy color: '#BA693B'

red 186 ◦ green 105 ◦ blue 59

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

Shades of Bourbon #BA693B

Tints of Bourbon #BA693B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 53.14%
G = 30%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA693B (or 0xBA693B) is known color: Bourbon. HEX triplet: BA, 69 and 3B. RGB value is (186,105,59). Sum of RGB (Red+Green+Blue) = 186+105+59=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA693B is #4596C4. Grayscale: #7C7C7C. Windows color (decimal): -4560581 or 3893690. OLE color: 3893690.

HSL color Cylindrical-coordinate representation of color #BA693B: hue angle of 21.73º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA693B is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 105 59 -
CMYK 0 0.44 0.68 0.27
HSL 21.73º 0.52% 0.48% -
HSV(B) 21.73º 0.68% 0.73% -
XYZ 26.09 20.86 6.79 -
YUV 123.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 186 105 59 0 0.44 0.68 0.27 21.73 0.52 0.48
Hex BA 69 3B 0 2C 44 1B 16 34 30
Octal 272 151 73 0 54 104 33 26 64 60
Binary 10111010 1101001 111011 0 101100 1000100 11011 10110 110100 110000

Color Harmonies of #BA693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA693B

Black with #BA693B

Text Example


Text Example

White with #BA693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA693B; }

 p { color: rgb(186,105,59); }

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

background-color css

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

 a { background-color: rgb(186,105,59); }

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

border-color css

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

 span { border-color: rgb(186,105,59); }

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