Html Css Color HEX #BA693E Bourbon

📋 copy color: '#BA693E'

red 186 ◦ green 105 ◦ blue 62

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

Shades of Bourbon #BA693E

Tints of Bourbon #BA693E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 52.69%
G = 29.75%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA693E (or 0xBA693E) is known color: Bourbon. HEX triplet: BA, 69 and 3E. RGB value is (186,105,62). Sum of RGB (Red+Green+Blue) = 186+105+62=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA693E is #4596C1. Grayscale: #7C7C7C. Windows color (decimal): -4560578 or 4090298. OLE color: 4090298.

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

Color convert

RGB 186 105 62 -
CMYK 0 0.44 0.67 0.27
HSL 20.81º 0.5% 0.49% -
HSV(B) 20.81º 0.67% 0.73% -
XYZ 26.17 20.89 7.21 -
YUV 124.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 186 105 62 0 0.44 0.67 0.27 20.81 0.5 0.49
Hex BA 69 3E 0 2C 43 1B 15 32 31
Octal 272 151 76 0 54 103 33 25 62 61
Binary 10111010 1101001 111110 0 101100 1000011 11011 10101 110010 110001

Color Harmonies of #BA693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA693E

Black with #BA693E

Text Example


Text Example

White with #BA693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA693E; }

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

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

background-color css

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

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

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

border-color css

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

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

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