Html Css Color HEX #BA693F Bourbon

📋 copy color: '#BA693F'

red 186 ◦ green 105 ◦ blue 63

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

Shades of Bourbon #BA693F

Tints of Bourbon #BA693F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.8%

R = 52.54%
G = 29.66%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA693F (or 0xBA693F) is known color: Bourbon. HEX triplet: BA, 69 and 3F. RGB value is (186,105,63). Sum of RGB (Red+Green+Blue) = 186+105+63=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA693F is #4596C0. Grayscale: #7C7C7C. Windows color (decimal): -4560577 or 4155834. OLE color: 4155834.

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

Color convert

RGB 186 105 63 -
CMYK 0 0.44 0.66 0.27
HSL 20.49º 0.49% 0.49% -
HSV(B) 20.49º 0.66% 0.73% -
XYZ 26.2 20.9 7.36 -
YUV 124.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 186 105 63 0 0.44 0.66 0.27 20.49 0.49 0.49
Hex BA 69 3F 0 2C 42 1B 14 31 31
Octal 272 151 77 0 54 102 33 24 61 61
Binary 10111010 1101001 111111 0 101100 1000010 11011 10100 110001 110001

Color Harmonies of #BA693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA693F

Black with #BA693F

Text Example


Text Example

White with #BA693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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